ws rpc serialize request correctly

This commit is contained in:
Termina1
2022-12-03 23:59:01 +02:00
parent 0f1383b7f0
commit 526332b15b

View File

@@ -265,7 +265,7 @@ open class WsConnection(
val calls = rpcSend
.asFlux()
.map {
Unpooled.wrappedBuffer(Global.objectMapper.writeValueAsBytes(it))
Unpooled.wrappedBuffer(it.toJson())
}
return outbound.send(