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
Apparently websocket handshaking is a trivial protocol and then we continue normally, so we should just detect it on inbound connections and gracefully run over websocket.
Will need to wrap it in nginx to add TLS for web clients to connect, but at least that part is trivial.
The text was updated successfully, but these errors were encountered:
Apparently websocket handshaking is a trivial protocol and then we continue normally, so we should just detect it on inbound connections and gracefully run over websocket.
Will need to wrap it in nginx to add TLS for web clients to connect, but at least that part is trivial.
The text was updated successfully, but these errors were encountered: