Skip to content

Commit

Permalink
Merge pull request #228 from emeraldpay/fix/ws-request-error
Browse files Browse the repository at this point in the history
ws connection stops working with geth 1.11.0
  • Loading branch information
splix committed Feb 22, 2023
2 parents 5840af9 + 5c12ad2 commit 2d0d9b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ open class WsConnectionImpl(
val calls = rpcSend
.asFlux()
.map {
Unpooled.wrappedBuffer(Global.objectMapper.writeValueAsBytes(it))
Unpooled.wrappedBuffer(it.toJson())
}

return outbound.send(
Expand Down

0 comments on commit 2d0d9b6

Please sign in to comment.