Listen for new servermessages in MessageParser
Signed-off-by: observer <admin@shr4pnel.com>
This commit is contained in:
@@ -17,7 +17,7 @@ class MessageWriter(socket: Socket, scope: CoroutineScope) : MessageIO(socket, s
|
||||
send = socket.openWriteChannel()
|
||||
|
||||
for (msg in outgoingMessages) {
|
||||
logger.debug { msg.toWireIntermediate() }
|
||||
logger.debug { "Sending: ${msg.toWireIntermediate()}" }
|
||||
send.writeFully(msg.toWire())
|
||||
send.flush()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user