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

Listening multiple socket chanels on the same server #272

Closed
bobimicroweber opened this issue Oct 15, 2021 · 2 comments
Closed

Listening multiple socket chanels on the same server #272

bobimicroweber opened this issue Oct 15, 2021 · 2 comments
Labels

Comments

@bobimicroweber
Copy link

Hello, how can i make a multiple socket channel listen the same server.
So i want to subscribe to binance socket to listen the many binance accounts and receive their user data actions.
I try to make a socket listening in foreach but , only one listenin is activated.. another ones its not.
Can you guys help me

@WyriHaximus
Copy link
Member

Are you using the socket client directly or an abstraction on top of it? Because opening two connections to a remote server is one of the core goals of this package. Do you have some code I can have a look at?

@clue clue added the question label Nov 29, 2021
@clue
Copy link
Member

clue commented Nov 29, 2021

There are no known limitations, so creating any number of connections works just fine. If you're seeing any issues, please share more details such as error messages and a gist to reproduce and we're happy to take a look at this.

In the meantime, I believe this has been answered, so I'm closing this for now. Please come back with more details if this problem persists and we can always reopen this 👍

@clue clue closed this as completed Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants