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 184 forks source link

[Flutter WASM] No transports available #392

Open hnvn opened 1 month ago

hnvn commented 1 month 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?