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
Update: flutter run -d chrome works fine.
But it doesn't work with web assembly flutter run -d chrome --wasm
Update 2: WASM works on production.
socket_io_client: ^3.0.2
socket.io: 4.8.1 nodejs
Flutter version 3.24.5
Dart version 3.5.4
Nodejs version 18.17.0
I cannot connect to the socket on the web, it works fine on Android and iOS. I'm trying to establish a socket connection with flutter web for the first time. Is there something I don't know? I leave my client and server codes below. It gives no transport available error on the web.
Update: flutter run -d chrome works fine.
But it doesn't work with web assembly flutter run -d chrome --wasm
Update 2: WASM works on production.
socket_io_client: ^3.0.2
socket.io: 4.8.1 nodejs
Flutter version 3.24.5
Dart version 3.5.4
Nodejs version 18.17.0
I cannot connect to the socket on the web, it works fine on Android and iOS. I'm trying to establish a socket connection with flutter web for the first time. Is there something I don't know? I leave my client and server codes below. It gives no transport available error on the web.
NodeJS
DART
The text was updated successfully, but these errors were encountered: