rikulo / socket.io-client-dart

socket.io-client-dart: Dartlang port of socket.io-client https://github.com/socketio/socket.io-client
https://quire.io
MIT License
675 stars 185 forks source link

WebTransport Support #391

Open ugran opened 2 months ago

ugran commented 2 months ago

Hello,

First of all, Thanks for the great package ❤️

Would it be possible to add support for the webtransport protocol?

Socket.io has recently added support for it in 4.7 release.

ugran commented 2 months ago

@jumperchen I can write rust webtransport port with https://github.com/fzyzcjy/flutter_rust_bridge , if you'll be ok with using it.

jumperchen commented 2 months ago

@ugran it seems Dart doesn't support this feature, so I prefer to wait for them to support it first.