StackExchange.Redis.Extensions icon indicating copy to clipboard operation
StackExchange.Redis.Extensions copied to clipboard

websocket disconnected after signalR method invoked using StackExchange.Redis.Extensions.System.Text.Json

Open wuuer opened this issue 3 years ago • 1 comments

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

env: .NET Core 3.1 windows server 2016 datacenter

wuuer avatar Jun 20 '22 01:06 wuuer

HI @wuuer , what's the relation between SignalR and StackExchange.Redis.Extensions.System.Text.Json ?

SignalR doesn't use my library to put and read data in redis. The only thing you can do is to use the same Multiplex, but it is not related to the System.Text.Json but to the mail library StackExchange.Redis

imperugo avatar Jul 21 '22 13:07 imperugo