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
I think this should send a CloseMessage frame before closing the connection, rather than just sending an EOF as at the moment. I think s.ws.WriteMessage(websocket.CloseMessage, []byte{}) in the error handling part of readConsole would do this, but my go isn't good enough for me to be sure.
The text was updated successfully, but these errors were encountered:
I think this should send a CloseMessage frame before closing the connection, rather than just sending an EOF as at the moment. I think
s.ws.WriteMessage(websocket.CloseMessage, []byte{})
in the error handling part ofreadConsole
would do this, but my go isn't good enough for me to be sure.The text was updated successfully, but these errors were encountered: