diff --git a/src/Receiver.cs b/src/Receiver.cs index d5c25e0..3146961 100644 --- a/src/Receiver.cs +++ b/src/Receiver.cs @@ -33,6 +33,8 @@ namespace WorldOfPeacecraft } } catch (ObjectDisposedException e) { // Nothing to do + } catch (IOException e) { + // Nothing to do } }