- Notifications
You must be signed in to change notification settings - Fork331
Open
Labels
Description
Hi there, I noticed in Firefox WASM callingCloseNow returns an error:
A parameter or an operation is not supported by the underlying object
This can be fixed by instead callingClose(websocket.StatusNormalClosure, "some reason").
SinceCloseNow is just an alias forClose(websocket.StatusGoingAway, "") my guess is that the empty reason value is being rejected by the browser,