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 find myself wanting to use @async send(ws, msg) because its possible for the send to wait forever. But it is causing the error below. Without fixing this all websocket servers using this lib are broken.
I find myself wanting to use
@async send(ws, msg)
because its possible for the send to wait forever. But it is causing the error below. Without fixing this all websocket servers using this lib are broken.│ HTTP.WebSockets.WebSocketError(HTTP.WebSockets.CloseFrameBody(1007, "Invalid UTF-8"))
The text was updated successfully, but these errors were encountered: