rsocket / rsocket-cpp

C++ implementation of RSocket
http://rsocket.io
Apache License 2.0
253 stars 99 forks source link

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

Open lexs opened 7 years ago

lexs commented 7 years ago

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.