Prevent disconnect when there is network issue #25
MingChou26082001
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
|
Hey, I was fairly confident that reconnecting works. If not, then I'd have to check this out again. Are you maybe experiencing an issue on the inital login and not on a relog? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
This issue is now fixed and Version 1.10 is out, which can be downloaded from the repository! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, like the title I have just had an idea where it can prevent disconnect when there is network issue. This helps the program remain reconnecting until the network issue is resolved. I edited a little in bot.js
Bot.prototype.handleRelog = function() {
if (controller.relogQueue.includes(this.loginindex)) return; // Don't handle this request if account is already waiting for relog
};
Beta Was this translation helpful? Give feedback.
All reactions