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
Since Nodejs socket io server now supports web transport, is it planned to add its support in rust-socketio?
This crate can be used since it provides a WebTransport client: https://github.com/BiagioFesta/wtransport
The text was updated successfully, but these errors were encountered:
This sounds interesting, thanks for brining it up! Should be "fairly" easy to add by extending our TransportType. This is done by creating a type representing a WebTransport communication and implementing the Transport trait.
Since Nodejs socket io server now supports web transport, is it planned to add its support in rust-socketio?
This crate can be used since it provides a WebTransport client: https://github.com/BiagioFesta/wtransport
The text was updated successfully, but these errors were encountered: