Replies: 1 comment 2 replies
-
ok the issue is this: Disconnection: Error Operation is not supported on this platform. at System.Net.WebSockets.ClientWebSocketOptions.set_KeepAliveInterval(TimeSpan value) ... any thoughts on use in wasm? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working fine in a reactive viewmodel test, but in wasm I dont get the messages. websocket starts, no messages. Seems like a threading issue... any example would be appreciated for the wasm threading setup:
WebsocketClient = new WebsocketClient(this.AccessUriApp.AccessUri);
Beta Was this translation helpful? Give feedback.
All reactions