forked from shurcooL/graphql
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
I'm debugging an issue with evcc and noticed that when v0.14.0 of this client reconnects it appears to close the connection by calling conn.Close() without first sending a close frame. I think according to RFC6455 a close frame should be sent.
This, in combination with a recent change on our server makes it unable to decrement a client connection counter which makes the server block the connections from the client which currently makes the client reconnect again after 5 seconds leading to issues with unusually high traffic.
I'll adjust the server to handle the situation more gracefully, but I think it would also be a good idea to make this client send a close frame?
foto-andreas
Metadata
Metadata
Assignees
Labels
No labels