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

Question: Trying to built a broadcast server #141

Open
farodin91 opened this issue Aug 12, 2017 · 2 comments
Open

Question: Trying to built a broadcast server #141

farodin91 opened this issue Aug 12, 2017 · 2 comments

Comments

@farodin91
Copy link

Each in comming binary message should send to all other clients.
Any suggestions to implement this?

@illegalprime
Copy link
Collaborator

It should be a lot like what's described in #131 , you collect a bunch of connections (except this time you collect the sinks) in a collection and then you can select on all the streams and get that message and iterate and send it through all the sinks.

@farodin91
Copy link
Author

I will look into this example.

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