nats-io / nats.ws

WebSocket NATS
Apache License 2.0
329 stars 29 forks source link

Fix Firefox zombie connections #207

Closed aricart closed 1 year ago

aricart commented 1 year ago

[FIX] some websocket runtimes, will not close the socket when asked to, so it is possible for the websocket transport to realize and start emitting data to the base library. This change prepares the client for this type of coordination

FIX #172