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

[Flutter WASM] No transports available #392

Open hnvn opened 2 months ago

hnvn commented 2 months ago

My settings for socket works fine in default flutter web, but it throws this error No transports available when trying on Webassembly mode. Should I need any extras config for Webassembly?

jumperchen commented 1 month ago

any reproducible example?