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(
WebsocketClientSpec.builder()
.handlePing(true)
.handlePing(false)
.compress(false)
.maxFramePayloadLength(frameSize)
.build(),