HebiRobotics / hebi-matlab-api

Public download and issue tracker of the latest HEBI API for MATLAB
http://docs.hebi.us/tools.html#matlab-api
0 stars 0 forks source link

VPNs can cause issues #25

Closed ennerf closed 5 years ago

ennerf commented 5 years ago

For some reason a VPN interface was picked up for broadcast, which resulted in a red wall of

BindException: Cannot assign requested address: no further information
BindException: Cannot assign requested address: no further information
BindException: Cannot assign requested address: no further information
BindException: Cannot assign requested address: no further information
// etc ...

Once the lookup address was set to only the local interface it worked as expected. We should filter this and prevent it from basically disabling the API.

ennerf commented 5 years ago

Fixed error spamming in latest snapshots. Errors will no longer be repeated

ennerf commented 5 years ago

Closing because I'm not able to reproduce this with any VPN provider I have access to