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

Are all servers supposed to receive calls to server-side methods when using Redis backplane? #4687

Open
dejancg opened this issue Sep 7, 2023 · 0 comments

Comments

@dejancg
Copy link

dejancg commented Sep 7, 2023

... because they don't.
I searched around the web in order to get a definitive answer to this question, but no luck.

Expected behavior

When clients call server-side methods using Redis-backed SignalR, I expected all servers to be notified of this call.

Actual behavior

Only one server gets the call to a server-side method.

Steps to reproduce

Define a server-side method on a hub and use Redis as a back-plane. Then, from a client, call this server-side method, and observe that it's only being called on one of the servers.

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

1 participant