Closed vatsake closed 7 months ago
Hi there,
Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:
However, this issue will not be locked and everyone is still free to discuss solutions to your problem!
Thanks.
Echo Version
1.16
Laravel Version
11
PHP Version
8.2
NPM Version
9.7.1
Database Driver & Version
No response
Description
I'm trying to create a websocket service class in Angular.
I would like to disconnect from server if "no one" is currently listening to any events. If I send a "unlisten" request and then disconnect, browser will throw an error.
Steps To Reproduce
Browser throws error:
WebSocket is already in CLOSING or CLOSED state.