Skip to content

When Send is called on a closed WebSocket, no error returned. #7

Open
@dmitshur

Description

@dmitshur

The problem is already mentioned in code, see wrapper.go#L97-L98.

I can confirm the issue. Send returns nil error, but there is a WebSocket is already in CLOSING or CLOSED state. error in the console.

image

Any ideas on how we can fix this?

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