You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied the client example, and changed the URL to ws://mydomain.com:port (obviously valid values), but it can't send a message because it just throws the error:
Error: WS Error <Io(Os { code: 10057, kind: NotConnected, message: "A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied." })>
The text was updated successfully, but these errors were encountered:
I copied the client example, and changed the URL to ws://mydomain.com:port (obviously valid values), but it can't send a message because it just throws the error:
Error: WS Error <Io(Os { code: 10057, kind: NotConnected, message: "A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied." })>
The text was updated successfully, but these errors were encountered: