rsocket / rsocket-dart

Dart implementation of RSocket
Apache License 2.0
31 stars 25 forks source link

added closed connection callback #17

Open lashket opened 2 years ago

lashket commented 2 years ago

Added callback to be notified when Websocket is closed

cryptpa commented 2 years ago

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

marinkobabic commented 1 year ago

Why is this pull request still open?

szymek-pindelski commented 10 months ago

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