Receiver catched nun auch IOExceptions

This commit is contained in:
2014-05-02 12:01:57 +02:00
parent 721f2c452e
commit 992e523f0a

View File

@@ -33,6 +33,8 @@ namespace WorldOfPeacecraft
}
} catch (ObjectDisposedException e) {
// Nothing to do
} catch (IOException e) {
// Nothing to do
}
}