Skip to content

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

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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