rsocket-cpp
rsocket-cpp copied to clipboard
RSocketRequester should be a purely virtual class
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.
https://github.com/rsocket/rsocket-cpp/issues/490
cc @somasun @lehecka