Skip to content

Commit

Permalink
Remove client ping
Browse files Browse the repository at this point in the history
  • Loading branch information
TenkyuChimata committed Aug 8, 2024
1 parent ed3458f commit 8628187
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>jp.wolfx</groupId>
<artifactId>MCEEW</artifactId>
<version>2.4.3-b2</version>
<version>2.4.3-b4</version>
<packaging>jar</packaging>

<name>MCEEW</name>
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/jp/wolfx/mceew/MCEEW.java
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,6 @@ public CompletionStage<?> onText(WebSocket webSocket, CharSequence data, boolean
cencEqlistData = json;
cencEqlistExecute(cencEqlistBoolean);
}
} else {
if (!first) {
webSocket.sendText("ping", true);
}
}
}
webSocket.request(1);
Expand Down

0 comments on commit 8628187

Please sign in to comment.