We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f6d6e commit 938bfe8Copy full SHA for 938bfe8
src/main/java/cn/netbuffer/springboot/websocket/demo/websocket/handler/TextHandler.java
@@ -10,7 +10,7 @@
10
public class TextHandler extends TextWebSocketHandler {
11
12
private static final String HEARTBEAT_PING = "PING";
13
- private static final String HEARTBEAT_PONG = "PING";
+ private static final String HEARTBEAT_PONG = "PONG";
14
private static final TextMessage HEARTBEAT_PONG_MESSAGE = new TextMessage(HEARTBEAT_PONG);
15
16
@Override
0 commit comments