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
Generally the only reason we get a read/write error from HIDAPI is because the Manta is disconnected. I think the current behavior is to treat the error as nonfatal and leave it up to the application to disconnect and then go back into manta discovery mode. This seems unnecessarily complex and isn't necessarily obvious. I think a better option is to handle all the disconnect logic before handing the exception up to the application. The app is then free to reconnect.
The text was updated successfully, but these errors were encountered:
Generally the only reason we get a read/write error from HIDAPI is because the Manta is disconnected. I think the current behavior is to treat the error as nonfatal and leave it up to the application to disconnect and then go back into manta discovery mode. This seems unnecessarily complex and isn't necessarily obvious. I think a better option is to handle all the disconnect logic before handing the exception up to the application. The app is then free to reconnect.
The text was updated successfully, but these errors were encountered: