'How To SocketIOClient With Blazor Webassembly
I am trying to connect to a commercial server which uses SocketIO. I have successfully connected to the server in a console application using a nuget package:
https://github.com/LadislavBohm/socket.io-client-core
However when I try to use this package in a Blazor Web assembly project I get the error:
'Failed to start WebSocket client, error: 'Operation is not supported on this platform.''
Could someone suggest a NuGet package that would work with this type of App( Blazor WASM .net6).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
