diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/WsConnectionImpl.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/WsConnectionImpl.kt index 29cdb67a..4343bf40 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/WsConnectionImpl.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/WsConnectionImpl.kt @@ -231,7 +231,7 @@ open class WsConnectionImpl( } .websocket( WebsocketClientSpec.builder() - .handlePing(true) + .handlePing(false) .compress(false) .maxFramePayloadLength(frameSize) .build(),