dshackle: Fix websocket ping frames handling (#460)

This commit is contained in:
msizov
2024-04-26 18:48:12 +07:00
committed by GitHub
parent 8fc98082c6
commit dcb78f3593

View File

@@ -231,7 +231,7 @@ open class WsConnectionImpl(
} }
.websocket( .websocket(
WebsocketClientSpec.builder() WebsocketClientSpec.builder()
.handlePing(true) .handlePing(false)
.compress(false) .compress(false)
.maxFramePayloadLength(frameSize) .maxFramePayloadLength(frameSize)
.build(), .build(),