Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wuuer opened this issue Jun 20, 2022 · 1 comment

Comments

@wuuer
Copy link

wuuer commented Jun 20, 2022

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

@imperugo
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants