diff --git a/src/dorkbox/network/Server.kt b/src/dorkbox/network/Server.kt index dd43cb70..6d89adb8 100644 --- a/src/dorkbox/network/Server.kt +++ b/src/dorkbox/network/Server.kt @@ -291,7 +291,7 @@ open class Server( // the connection MUST be removed in the same thread that is processing events (it will be removed again in close, and that is expected) removeConnection(connection) - // we already removed the connection, we can call it again without side affects + // we already removed the connection, we can call it again without side effects connection.close() } }