We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add catch for java.rmi.ConnectException which nests java.net.ConnectException to the loops calling m.close() and s.close() in Robot.close()
java.rmi.ConnectException
java.net.ConnectException
m.close()
s.close()
Robot.close()
These are thrown if the robot is turned off when the code tries to shut it down.
Maybe also add this same handling to generic thread managers to tell users robot appears disconnected or similar on connection timeout.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add catch for
java.rmi.ConnectException
which nestsjava.net.ConnectException
to the loops callingm.close()
ands.close()
inRobot.close()
These are thrown if the robot is turned off when the code tries to shut it down.
Maybe also add this same handling to generic thread managers to tell users robot appears disconnected or similar on connection timeout.
The text was updated successfully, but these errors were encountered: