rsocket-cpp icon indicating copy to clipboard operation
rsocket-cpp copied to clipboard

RSocketRequester should be a purely virtual class

Open lexs opened this issue 6 years ago • 2 comments

We need to wrap the requester to due some application logic (specifically queue requests), but this isn't possible/easy due to it actually owning the state machine.

lexs avatar Sep 28 '17 15:09 lexs

https://github.com/rsocket/rsocket-cpp/issues/490

yschimke avatar Sep 30 '17 04:09 yschimke

cc @somasun @lehecka

lexs avatar Oct 04 '17 12:10 lexs