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
I added a workaround to Manager::stopEps(...) which exits the application with an error code.
Reason:
The relay readers are not closed properly and cause the application to hang infinitely. We exit the application to prevent this situation and rely on greengrass to restart the application immediately.
We should remove this workaround and close EPs properly in time.
This issue is also discussed in the original project: usb-tools#82
The text was updated successfully, but these errors were encountered:
I added a workaround to
Manager::stopEps(...)
which exits the application with an error code.Reason:
The relay readers are not closed properly and cause the application to hang infinitely. We exit the application to prevent this situation and rely on greengrass to restart the application immediately.
We should remove this workaround and close EPs properly in time.
This issue is also discussed in the original project: usb-tools#82
The text was updated successfully, but these errors were encountered: