-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
[ossia-max] exposing a device via oscquery causes Max to hang for ~20 seconds #765
Comments
here it hangs for definitely less than a second. I'm thinking that this may be a network issue similar to the one you're getting with the other case: can you try for instance disabling the firewall ? I'll also send you a small test app if you can check |
So that I can try to find where things go wrong: can you, on windows: 1/ Install WinDbg: https://www.microsoft.com/fr-fr/p/windbg/9pgjgd53tn86?rtc=1&activetab=pivot:overviewtab |
Here's the screenshot: As I mentioned in #776, this line appears in the windbg Command pane during the hang: dnssd_clientstub ConnectToServer: connect()-> No of tries: 1dnssd_clientstub ConnectToServer: connect()-> No of tries: 2dnssd_clientstub ConnectToServer: connect()-> No of tries: 3dnssd_clientstub ConnectToServer: connect()-> No of tries: 1dnssd_clientstub ConnectToServer: connect()-> No of tries: 2dnssd_clientstub ConnectToServer: connect()-> No of tries: 3 I tried disconnecting ethernet and wifi, putting the machine in airplane mode, and disabling Windows Defender Firewall - still getting the hang. |
On sending the message "expose oscquery" to [ossia.device], Max hangs for a significant amount of time - on my machine, about 20 seconds.
Please see attached patches: oscquery_test.zip
Steps to reproduce:
Open ossia_oscquery_test_client.maxpat and ossia_oscquery_test_server.maxpat .
In ossia_oscquery_test_server.maxpat , click the "expose oscquery" message box.
Tested on Windows 10 Pro, ver. 20H2, running on a 5950X with 32GB RAM.
The text was updated successfully, but these errors were encountered: