Skip to content

Commit

Permalink
forgot to set default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeken committed Nov 23, 2023
1 parent 8d39e6c commit 65d2f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class YarrboardClient
this.lastMessageId = 0;
this.lastMessageTime = 0;
this.messageQueue = [];
this.messageTimeout = 5000;

this.socket_retries = 0;
this.retry_time = 0;
Expand Down

0 comments on commit 65d2f1e

Please sign in to comment.