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
After some errors MATLAB doesn't call the onCleanup function in srv.expServer, resulting in the Java Web socket remaining open. When expServer is restarted the following silent message appears in the command window:
onError: java.net.BindException: Address already in use: bind
Thereafter expServer is unreachable and users become very confused. Ideally this would raise a proper error that MATLAB could handle by clearing the Java class and re-binding. This is a very common and confusing error for people, especially those debugging a signals experiment at a rig.
The text was updated successfully, but these errors were encountered:
After some errors MATLAB doesn't call the onCleanup function in srv.expServer, resulting in the Java Web socket remaining open. When expServer is restarted the following silent message appears in the command window:
onError: java.net.BindException: Address already in use: bind
Thereafter expServer is unreachable and users become very confused. Ideally this would raise a proper error that MATLAB could handle by clearing the Java class and re-binding. This is a very common and confusing error for people, especially those debugging a signals experiment at a rig.
The text was updated successfully, but these errors were encountered: