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

mdns-discovery flooding network every 5 minutes #63

Open
3 tasks done
copykatze opened this issue Apr 23, 2024 · 0 comments
Open
3 tasks done

mdns-discovery flooding network every 5 minutes #63

copykatze opened this issue Apr 23, 2024 · 0 comments
Labels
type: imperfection Perceived defect in any part of project

Comments

@copykatze
Copy link

copykatze commented Apr 23, 2024

Describe the problem

I noticed that while in a zoom call while the arduino IDE was running in the background, about every 5 minutes my connection dropped to slowmotion for a few seconds.

So I watched the network monitor and found a mdns-discovery process was sending 52.000 and receiving 78.000 packages within about 10 seconds every 5 minutes, during which time my zoom connection dropped. I could see this repeating after the zoom call as well, and while I saw another mdns-discovery package peak, I closed the adruino IDE, which terminated the mdns-discovery process and ended the package peaks. When I open the arduino IDE, the mdns-discovery package flooding continues as before.

To reproduce

Monitor the computers network for a couple of minutes while running the arduino IDE I guess. Maybe this is only a MacOS problem, maybe only on M3 processors, I don't know...

Expected behavior

The arduino IDE should not spam the network with so many packages, that other applications are disturbed.

mdns-discovery version

output of mdns-discovery --version:
zsh: command not found: mdns-discovery

Sorry, I don't know where to run this. But I installed the arduino IDE 2.3.2 a couple of days ago and I guess the current mdns-discovery shipped with it.

Operating system

macOS

Operating system version

14.4.1

Additional context

For me, this is not a problem, since I will just not run the arduino IDE while in any video calls. But it seems this could be an issue that could be fixed, so I just wanted to share my observations.

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest version
  • My report contains all necessary details
@copykatze copykatze added the type: imperfection Perceived defect in any part of project label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

1 participant