You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But only for the third addrstr "ff03::1", not for the other 2.
I tried adding an error_code argument, which allows execution past that line but then fails during sendto with "no route to host". Edit: debugged in Xcode. The first error is 49 EADDRNOTAVAIL.
Assuming I can't fix this, I'd like to comment out that ff03::1 address on MacOS. It keeps causes the automated tests to fail even though it has nothing to do with recent changes. We should probably fix the underlying problem but whatever the problem is, it's already in the code and shouldn't stop our CI/CD workflows.
The text was updated successfully, but these errors were encountered:
This
set_option
line failsliblsl/testing/int/network.cpp
Lines 264 to 266 in e0dac29
But only for the third addrstr "ff03::1", not for the other 2.
I tried adding an error_code argument, which allows execution past that line but then fails during
sendto
with "no route to host". Edit: debugged in Xcode. The first error is 49 EADDRNOTAVAIL.Assuming I can't fix this, I'd like to comment out that ff03::1 address on MacOS. It keeps causes the automated tests to fail even though it has nothing to do with recent changes. We should probably fix the underlying problem but whatever the problem is, it's already in the code and shouldn't stop our CI/CD workflows.
The text was updated successfully, but these errors were encountered: