]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/ReceiveCommand.java
Implement jsonRpc command
[signal-cli] / src / main / java / org / asamk / signal / commands / ReceiveCommand.java
index 517d894b1c0a4063cd2975b8a9774a8e1a616375..c71225e07456d76d8e8148aaf0c83a8234b003f5 100644 (file)
@@ -155,6 +155,7 @@ public class ReceiveCommand implements ExtendedDbusCommand, LocalCommand {
                     handler);
         } catch (IOException e) {
             throw new IOErrorException("Error while receiving messages: " + e.getMessage());
                     handler);
         } catch (IOException e) {
             throw new IOErrorException("Error while receiving messages: " + e.getMessage());
+        } catch (InterruptedException ignored) {
         }
     }
 }
         }
     }
 }