-
-
Notifications
You must be signed in to change notification settings - Fork 930
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
Fix mDNS browser #3337
Fix mDNS browser #3337
Conversation
fe49115
to
8dac10d
Compare
This comment has been minimized.
This comment has been minimized.
This works for me!!!! W00H000! It's the first time 10.9 or 10.10 has worked. I tested it both with MDNS and without MDNS. Both worked. (The title is incorrectly labeled MSDN, which brings back memories of the Microsoft Developer Network and my career many decades ago.) Thanks |
8dac10d
to
f042c08
Compare
Updated labels to mDSN |
This comment has been minimized.
This comment has been minimized.
Almost. It's mDNS. Like regular DNS (Domain Name System) but with a lower case 'm' in front for multicast. |
f042c08
to
84bf575
Compare
Fixed. |
This comment has been minimized.
This comment has been minimized.
AUTOMERGE: (FAIL)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Although i cannot test any network/wifi, i verify that this does not break any USB usage. I can connect USB with the mDNS toggle
on
oroff
. (Ubuntu 22.04.1 LTS
)
src/js/port_handler.js
Outdated
}))).flat() ?? []), | ||
].filter(Boolean); | ||
} else { | ||
currentPorts = [ ...cp]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
currentPorts = [ ...cp]; | |
currentPorts = cp; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!
84bf575
to
710be99
Compare
This comment has been minimized.
This comment has been minimized.
710be99
to
af0f703
Compare
This comment has been minimized.
This comment has been minimized.
af0f703
to
1d32b90
Compare
1d32b90
to
621420a
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Do you want to test this code? Here you have an automated build: |
Fixes: #3336
Also mDSN browser in PortHandler is now disabled by default. Please use options tab to enable the feature.