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

Future from RSocketClient::resume will rethrow exception from ConnectionFactory instead of wrapping

Open lexs opened this issue 7 years ago • 0 comments

The docs says this:

Else either a ConnectionException or a ResumptionException is raised.

However this isn't true as the exception is simply rethrown instead of being wrapped.

lexs avatar Sep 29 '17 11:09 lexs