You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
In server-side of my application I am tailing a log file and sending logs via ws messages to client.
When I unexpectedly close the application, It faces an error:
Error: WebSocket is not open: readyState 3 (CLOSED)
How can I make server not to send its ws messages when the app is closed?
The text was updated successfully, but these errors were encountered:
Hi.
In server-side of my application I am tailing a log file and sending logs via
ws
messages to client.When I unexpectedly close the application, It faces an error:
Error: WebSocket is not open: readyState 3 (CLOSED)
How can I make server not to send its
ws
messages when the app is closed?The text was updated successfully, but these errors were encountered: