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
Does anyone have any guidance or knowledge as to whether it's possible to use the SocketIOClient library with a Wasm browser app?
I'm building a cross-platform app with Avalonia UI. The SocketIOClient works flawlessly with Avalonia.Android, Avalonia.iOS, Avalonia.Windows.
However the latest 3.1.2 version of the library doesn't work with an Avalonia.Browser app.
Interestingly, attempting to use the SocketIOOptions to enable a WebProxy with the Fiddler Classic endpoint seems to indicate that the WebSocket connection is never opened. The identical async code for setting up the socket connection works perfectly on the other aforementioned platforms and can also be observed using Fiddler.
Any suggestions as to how I can setup logging to troubleshoot why the connection is failing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Does anyone have any guidance or knowledge as to whether it's possible to use the SocketIOClient library with a Wasm browser app?
I'm building a cross-platform app with Avalonia UI. The SocketIOClient works flawlessly with Avalonia.Android, Avalonia.iOS, Avalonia.Windows.
However the latest 3.1.2 version of the library doesn't work with an Avalonia.Browser app.
Interestingly, attempting to use the SocketIOOptions to enable a WebProxy with the Fiddler Classic endpoint seems to indicate that the WebSocket connection is never opened. The identical async code for setting up the socket connection works perfectly on the other aforementioned platforms and can also be observed using Fiddler.
Any suggestions as to how I can setup logging to troubleshoot why the connection is failing?
Regards,
Mark
Beta Was this translation helpful? Give feedback.
All reactions