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'd love to have support for WebTransport in Trillium. WebTransport is similar to WebSocket, but rather than being a single stream, WebTransport supports connecting once and then creating multiple streams in both directions, for both unreliable datagrams and reliable streams. In particular, once connected, either the client or the server can initiate a new stream. This is incredibly handy and flexible, particularly for communications between different components of a service.
The text was updated successfully, but these errors were encountered:
I'd love to have support for WebTransport in Trillium. WebTransport is similar to WebSocket, but rather than being a single stream, WebTransport supports connecting once and then creating multiple streams in both directions, for both unreliable datagrams and reliable streams. In particular, once connected, either the client or the server can initiate a new stream. This is incredibly handy and flexible, particularly for communications between different components of a service.
The text was updated successfully, but these errors were encountered: