Closed buritos closed 4 years ago
I know it was already merged, but I have some concerns
Sorry, Alex! I didn't see that you were in the review. There are two schools of thought on catching Exception and Throwable. Will Errors be thrown?
No worries. We can't guarantee that underlying RSocket implementation will only throw checked exceptions. I think we should be defensive.
Replaces
catch(Throwable)
withcatch(Exception)
so that the application will not ignoreError
.