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

Broadcast message to all listeners on Azure Relay instead of just one. #53

Open
AbdulHannan96 opened this issue Dec 17, 2019 · 3 comments

Comments

@AbdulHannan96
Copy link

Actual Behavior

  1. Message received by only one listener at random

Expected Behavior

  1. Message should be sent to all listeners.

Versions

  • OS platform and version: Windows 10.0
  • Node Version: v10.16.0
  • NPM package version or commit ID: 6.9.0
@SaadbinWaheed
Copy link

Same issue

@dlstucki
Copy link
Contributor

This is by design. In the HybridConnection Protocol documentation it states:

For Hybrid Connections, if there are two or more active listeners, incoming connections are balanced across them in random order; fair distribution is attempted with best effort.

@SaadbinWaheed
Copy link

In my implementation too, I need to send the message to all currently attached listeners. How can I achieve that?

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

No branches or pull requests

3 participants