Flipped order of closing (it's the same order as init)

This commit is contained in:
Robinson 2023-05-28 17:03:30 +02:00
parent e1997eb8cc
commit 167de54114
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -357,9 +357,9 @@ open class Server<CONNECTION : Connection>(
} }
} }
} finally { } finally {
ipcPoller.close()
ipv4Poller.close() ipv4Poller.close()
ipv6Poller.close() ipv6Poller.close()
ipcPoller.close()
// clear all the handshake info // clear all the handshake info
handshake.clear() handshake.clear()