mirror of https://github.com/zlatinb/muwire
do not exit accept loop on I2PExceptions, GitHub issue #123
parent
1fa2ee99f6
commit
9f62fb6256
|
@ -55,6 +55,7 @@ class I2PConnector {
|
|||
session.connect()
|
||||
this.socketManager = socketManager
|
||||
eventBus.publish(new RouterConnectedEvent(session: session))
|
||||
break
|
||||
} catch (Exception e) {
|
||||
Thread.sleep(1000)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue