@eerhardt
This doesn't seem to be working on net 9.0.100-rc.24474.11
I've uploaded a test app to demonstrate the issue
https://github.com/ispysoftware/sigrtest9/tree/main
Thanks @BrennanConroy .
Spent the last 3 days updating our codebase to be compatible with net9.0 and having exactly the same issue with SignalR.
Just says
"SignalR connection established" and not...
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Updating from net7.0 to net8.0 breaks all callbacks from signalr.
When running this code ...
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Updating from net7.0 to net8.0 breaks all callbacks from signalr.
When running this code ...
@BrennanConroy - yes i've spent 3 days finding that out. Do you know if it's supported in .NET 9? The reason I ask is that with trimming our client facing app is 50mb and without it it's 140mb.
It's due to trimming - working in net7.0 with trimming enabled. Broken in net8.0 with trimming enabled
<PublishTrimmed>true</PublishTrimmed>
https://github.com/dotnet/aspnetcore/issues/41704
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Updating from net7.0 to net8.0 breaks all callbacks from signalr.
When running this code ...