Ignore disconnect failures.

This commit is contained in:
Johannes Mockenhaupt 2017-12-09 22:21:24 +01:00
parent bb1c1f79f1
commit 6527b13934
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -199,7 +199,7 @@ public class RuffyScripter implements RuffyCommands {
try {
ruffyService.doRTDisconnect();
} catch (RemoteException e) {
throw new CommandException("Disconnect failed", e);
// ignore
}
}