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
While running a Flutter Web app build in WASM, I get this runtime error: 'Error connecting: Unsupported operation: Socket constructor'. Working fine in javascript, I'm using gRPC web of course.
4.0.0
Repro steps
Create a new Flutter web project that uses gRPC web
Build it in wasm and launch the app-
Expected result: gRPC calls to work properly
Actual result: It seems that the wrong Socket constructor is used, instead of using a web compatible one, when we build in WASM
While running a Flutter Web app build in WASM, I get this runtime error: 'Error connecting: Unsupported operation: Socket constructor'. Working fine in javascript, I'm using gRPC web of course.
4.0.0
Repro steps
Expected result: gRPC calls to work properly
Actual result: It seems that the wrong Socket constructor is used, instead of using a web compatible one, when we build in WASM
Details
Error connecting: Unsupported operation: Socket constructor
The text was updated successfully, but these errors were encountered: