Now fixed streaming message data when finished

This commit is contained in:
Robinson 2022-06-16 00:16:51 +02:00
parent f0f7a5eba1
commit b8acc6b2c0
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -83,7 +83,7 @@ internal class StreamingManager<CONNECTION : Connection>(private val logger: KLo
try { try {
val input = AeronInput(output.internalBuffer) val input = AeronInput(output.internalBuffer)
val streamedMessage = kryo.readClassAndObject(input) val streamedMessage = kryo.read(input)
// NOTE: This MUST be on a new co-routine // NOTE: This MUST be on a new co-routine
actionDispatch.launch { actionDispatch.launch {