-
Notifications
You must be signed in to change notification settings - Fork 829
Description
Current behavior 🐛
My webassembly clent uses SingalR for diplay some status it has stopped afer the framework update to version 10, if I buld and use the Desktop version it works I include a super small client server application that fails in my system
I tested this behaviour with 3 differnt versions of the UNO SDK
Expected behavior 🎯
The connection apparently works then SignalR events should be triggered in the client but they are not.
How to reproduce it (as minimally and precisely as possible) 🔬
you can unzip the deno application build the server and run it. Build the client and run the Desktop version: it works, switch to webassembly it will not work.
If you can rebuild everithing going back to .NET9 you can see the webassembly version works.
Workaround 🛠️
Do not upgrade to .NET10 if you use webassembly and SignalR client
Renderer 🎨
- Skia
- Native
Affected platforms 📱💻🖥️
WebAssembly
Uno.Sdk version (and other relevant versions) 📦
Tested with 6.3.28, 6.4.24, 6.4.26 same result
IDE version 🧑💻
Visual studio 2026 18.0
Anything else we need to know? 💬
No response