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
Currently, if the server is not available then the device still appears to open successfully, before the HTTP request times out. It would be better to wait until at least one response has been received before designating the device as open.
This change should probably be done as part of #324, as that will also involve running devices' constructors on separate threads.
The text was updated successfully, but these errors were encountered:
Currently, if the server is not available then the device still appears to open successfully, before the HTTP request times out. It would be better to wait until at least one response has been received before designating the device as open.
This change should probably be done as part of #324, as that will also involve running devices' constructors on separate threads.
The text was updated successfully, but these errors were encountered: