-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Proto msg being called more than once #6636
Comments
The AddUser msg is being sent to the client multiple times |
So? With the information you provide, I can't see any issue. If you have multiple users on the server, you get multiple UserAdd messages (one per user). So I would say that everything is likely working as intended. 👀 Do you have a specific indication that makes you think something is wrong? |
For testing purpose there is only one user on the server. |
You'll have to inspect the contents of the messages. Just because you receive a message of the same type doesn't mean it's the same message. |
There is no way for me to make sense of this. If you think you found a bug, please try to provide a minimal example that reproduces the behavior (using only the official server and client). If you find something that looks odd in this way, let me know and I cam see whether I can reproduce it on my machine. Everything else will just be remote debugging via text and that is extremely time consuming and error prone 👀 |
As there has been no activity on this issue for a couple of days, we assume that your issue has been fixed in the meantime. If no further activity happens, this issue will be closed within 3 days. |
The issue
I have a custom proto msg. When my mumble client invokes that msg the server is sending multiple response msg. What could be the reason?
Mumble version
1.4.0
Mumble component
Server
OS
Linux
Additional information
No response
The text was updated successfully, but these errors were encountered: