do not exit accept loop on I2PExceptions, GitHub issue #123

dbus-notify
Zlatin Balevsky 2022-03-05 15:17:24 +00:00
parent 1fa2ee99f6
commit 9f62fb6256
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class I2PConnector {
session.connect()
this.socketManager = socketManager
eventBus.publish(new RouterConnectedEvent(session: session))
break
} catch (Exception e) {
Thread.sleep(1000)
}