Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
Updating from net7.0 to net9.0 breaks all callbacks from signalr.
When running this code under net7.0 it works fine, i see "SignalR connection established." followed by messages coming in on "ProcessJSON". I change to net9.0 and I just see "SignalR connection established." - nothing is logged and no messages arrive.
Expected Behavior
Should function exactly the same as net7.0
Steps To Reproduce
See repro project
https://github.com/ispysoftware/sigrtest9/tree/main
The test fails. Change the net runtime from net9.0 to net7,0 in the project file and the test passes
Set Trimming to false and the test passes.
Exceptions (if any)
No response
.NET Version
net9.0
Anything else?
No response