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

Proto msg being called more than once #6636

Closed
Neloy262 opened this issue Nov 26, 2024 · 7 comments
Closed

Proto msg being called more than once #6636

Neloy262 opened this issue Nov 26, 2024 · 7 comments
Labels
stale-support This issue hasn't seen any activity in recent time and will probably be closed soon. support

Comments

@Neloy262
Copy link

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

@Neloy262
Copy link
Author

Neloy262 commented Nov 26, 2024

The AddUser msg is being sent to the client multiple times

@Krzmbrzl
Copy link
Member

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?

@Neloy262
Copy link
Author

For testing purpose there is only one user on the server.

@Krzmbrzl
Copy link
Member

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.
Generally speaking, I can only say that we are not aware of any redundant messages that are sent by our official server implementation 🤔

@Neloy262
Copy link
Author

The content of the redundant messages are the same.
Screenshot 2024-11-27 at 3 41 31 PM (1)

@Krzmbrzl
Copy link
Member

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 👀

Copy link

github-actions bot commented Dec 2, 2024

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.
Should this not be the case, please let us know.

If no further activity happens, this issue will be closed within 3 days.

@github-actions github-actions bot added the stale-support This issue hasn't seen any activity in recent time and will probably be closed soon. label Dec 2, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale-support This issue hasn't seen any activity in recent time and will probably be closed soon. support
Projects
None yet
Development

No branches or pull requests

2 participants