Open
Description
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.
Any ideas on how we can fix this?