code cleanup

This commit is contained in:
Robinson 2023-09-06 16:19:40 +02:00
parent 0bd725b2d8
commit 54eab9d6c8
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ internal class ServerHandshake<CONNECTION : Connection>(
.expirationListener<Long, CONNECTION> { clientConnectKey, connection ->
// this blocks until it fully runs (which is ok. this is fast)
listenerManager.notifyError(ServerTimedoutException("[${clientConnectKey} Connection (${connection.id}) Timed out waiting for registration response from client"))
connection.close()
}
.build<Long, CONNECTION>()