You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
websocket disconnected after signalR method invoked when using StackExchange.Redis.Extensions.System.Text.Json
To Reproduce
Steps to reproduce the behavior:
1.new webapi project
2.install StackExchange.Redis.Extensions.System.Text.Json
3.define hub class and add a method
4.connect to it and invoke a method defined in the hub