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

Don't use redis backplane for client on the same server as the originating message #3447

Closed
stephenweaver opened this issue Apr 7, 2015 · 1 comment

Comments

@stephenweaver
Copy link

I'm writing a web api that lives in Azure and uses SignalR.

The current problem I'm having is when trying to scale it out to several azure servers scattered around the world. I set SignalR to use redis as it's backplane but the latency is not acceptable for clients connected to the same server.

Is there a configuration for SignalR to send the message to all clients on the server before sending it out on the backplane to other servers?

This is how it works:

howitworks

This is how I would like it to work:

howitshouldwork

@aspnet-hello
Copy link

This issue has been closed as part of issue clean-up as described in https://blogs.msdn.microsoft.com/webdev/2018/09/17/the-future-of-asp-net-signalr/. If you're still encountering this problem, please feel free to re-open and comment to let us know! We're still interested in hearing from you, the backlog just got a little big and we had to do a bulk clean up to get back on top of things. Thanks for your continued feedback!

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