rsocket-java
rsocket-java copied to clipboard
Fix #1050: Dispose of subscriptions in RSocketRequester and Responder
Fix #1050: Dispose of subscriptions in RSocketRequester and Responder
Motivation:
Properly dispose inner subscriptions when terminating a connection.
Modifications:
Calling dispose
on Disposable
.
Result:
No further Reactor leaks on client disconnects.
@OlegDokuka ping
@OlegDokuka Can you PTAL or assign someone else who's maintaining this project?
@OlegDokuka Can you PTAL or assign someone else who's maintaining this project?
Sorry for the delay. Looking into the proposal, although not sure it is the right change
should be fixed by reactor netty fix