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 : are commands and voice packets sent on the same socket or on 2 different sockets ? #53

Closed
spexocta opened this issue Sep 27, 2020 · 1 comment
Labels

Comments

@spexocta
Copy link

do Gumble use one socket for commands (ex ping, user changes etc ) and another socket only for voice data ? or is it all sent on one socket connection ?

@ghost
Copy link

ghost commented Sep 28, 2020

Currently all is sent on the same TCP socket. There is a ticket open to support UDP audio (#38), which allows audio to be on another thread, but I have no plans on implementing it.

@ghost ghost closed this as completed Sep 28, 2020
@ghost ghost added the question label Sep 28, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant