dshackle: Fix websocket ping frames handling (#460)
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user