Firefox: CloseNow
returns "A parameter or an operation is not supported by the underlying object"
#478
Labels
CloseNow
returns "A parameter or an operation is not supported by the underlying object"
#478
Hi there, I noticed in Firefox WASM calling
CloseNow
returns an error:This can be fixed by instead calling
Close(websocket.StatusNormalClosure, "some reason")
.Since
CloseNow
is just an alias forClose(websocket.StatusGoingAway, "")
my guess is that the empty reason value is being rejected by the browser,The text was updated successfully, but these errors were encountered: