Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't manually attempt to close websocket from frontend
There's no need. It gets closed automatically when leaving the page anyway. The reason we haven't been seeing it is that Streamly isn't propagating monadic exceptions properly, which I think is essentially down to composewell/streamly#1203. If we remove the `serverUpdates` stream at line 317, we do see the error handled, and `onDroppedConnection` firing.
- Loading branch information