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
WebSocket over HTTP/2 (RFC 8441) should be a more efficient way to do WebSockets, because it can multiplex multiple WebSockets onto one TCP connection using HTTP/2 streams. Now that Chrome supports it, it's probably worth implementing.
The text was updated successfully, but these errors were encountered:
WebSocket over HTTP/2 (RFC 8441) should be a more efficient way to do WebSockets, because it can multiplex multiple WebSockets onto one TCP connection using HTTP/2 streams. Now that Chrome supports it, it's probably worth implementing.
The text was updated successfully, but these errors were encountered: