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
Enable OverlayPlugin WS under Stream/Local Overlay
Make sure there are no errors. Everything should be working.
Connect and disconnect something from the OverlayPlugin Websocket connection (preferably a hard disconnect with no chance for cleanup)
You will start to see these:
[12/24/2021 10:30:45 PM] Warning: WSServer: Data sent while closing or after close. Ignoring.
[12/24/2021 10:30:48 PM] Warning: WSServer: Data sent while closing or after close. Ignoring.
[12/24/2021 10:30:48 PM] Warning: WSServer: Data sent while closing or after close. Ignoring.
[12/24/2021 10:30:48 PM] Warning: WSServer: Data sent while closing or after close. Ignoring.
[12/24/2021 10:30:48 PM] Warning: WSServer: Data sent while closing or after close. Ignoring.
Connect and disconnect a few more times. You'll start to see one message for each connection you closed, every time WS data would have been sent.
If you do this enough, you may bump into the dreaded "Line parsing is 10 seconds behind" message and ACT must be closed to recover.
The text was updated successfully, but these errors were encountered:
Can you check if you're on OverlayPlugin 0.18.0 or later? I've fixed a related bug in 0.17.3: cbeb873
However, if this is still happening, Fleck isn't emitting an OnClose event for the closed connection which means that I'll have to check the connection state every time I'm about to send something which I'd rather avoid.
Repro:
You will start to see these:
The text was updated successfully, but these errors were encountered: