dshackle: Fix websocket ping frames handling (#460)
This commit is contained in:
@@ -231,7 +231,7 @@ open class WsConnectionImpl(
|
||||
}
|
||||
.websocket(
|
||||
WebsocketClientSpec.builder()
|
||||
.handlePing(true)
|
||||
.handlePing(false)
|
||||
.compress(false)
|
||||
.maxFramePayloadLength(frameSize)
|
||||
.build(),
|
||||
|
||||
Reference in New Issue
Block a user