Skip to content

Commit

Permalink
fix(gateway): fixed the "heartbeat thread stopped" spam
Browse files Browse the repository at this point in the history
  • Loading branch information
seailz committed Nov 18, 2023
1 parent 7d97c76 commit 6ae9ceb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public void start() {
Thread thread = new Thread(() -> {
while (true) {
if (!running) {
System.out.println("Heartbeat thread stopped.");
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
Expand Down

0 comments on commit 6ae9ceb

Please sign in to comment.