Skip to content

Commit 4ad2b1e

Browse files
committed
Fix for #Issue74
1 parent c0699c6 commit 4ad2b1e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

java/libraries/net/src/processing/net/Server.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ public void run() {
265265
}
266266
}
267267
}
268+
} catch (SocketException e) {
269+
//thrown when server.close() is called and server is waiting on accept
268270
} catch (IOException e) {
269271
//errorMessage("run", e);
270272
e.printStackTrace();

0 commit comments

Comments
 (0)