-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error serving client: WebSocket protocol error: Sending after closing is not allowed #3
Comments
I expect the error to be non-fatal. |
can |
Just remove If you don't want to receive a reply, use |
Do you need to just inhibit those messages from I see everything works more or less properly, aside from the annoying console messages. I tried locally and do not see those unclean disconnection messages. Is there anything special between To aid debugging, you can attach a traffic dump (pcap) of the experiments. |
command
echo "from backend: send data to /abc" | websocat -1 --exit-on-eof ws://127.0.0.1:9002/abc
and wsbroad got error info:
Error serving client: WebSocket protocol error: Sending after closing is not allowed
The text was updated successfully, but these errors were encountered: