Alexander Malyshev

Results 2 issues of Alexander Malyshev

See discussion in https://github.com/rsocket/rsocket-cpp/pull/771

`RSocketServiceHandler` is working with types that look like `folly::Expected`. Unfortunately, that means the value *must* hold an `RSocketConnectionParams` or an `RSocketException`, no subclasses allowed for either. `RSocketException` is not really...