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

added closed connection callback

Open lashket opened this issue 3 years ago • 3 comments

Added callback to be notified when Websocket is closed

lashket avatar Apr 05 '22 20:04 lashket

you are the man!!! What about closing the request stream connection.

cryptpa avatar Apr 05 '22 23:04 cryptpa

Why is this pull request still open?

marinkobabic avatar Jul 11 '23 16:07 marinkobabic

hello, does this pull request have something to do with active stream subscriptions surviving RSocket.close() ? My stream subscription does not seem to notice that rsocket has been closed, and I need to explicitly cancel it (in case you're wondering - I'm using websocket as transport layer) I read somewhere that RSocket.close() is supposed to cancel any active subscriptions but it's clearly not the case with RSocket Dart implementation

szymek-pindelski avatar Dec 27 '23 09:12 szymek-pindelski