Skip to content

Firefox: CloseNow returns "A parameter or an operation is not supported by the underlying object" #478

Open
@vito

Description

@vito

Hi there, I noticed in Firefox WASM calling CloseNow returns an error:

A parameter or an operation is not supported by the underlying object

This can be fixed by instead calling Close(websocket.StatusNormalClosure, "some reason").

Since CloseNow is just an alias for Close(websocket.StatusGoingAway, "") my guess is that the empty reason value is being rejected by the browser,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions