-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unnecessary admin server shutdown due to brief disconnections
Without this, when the device goes to sleep, in many cases the server stops, and the client disconnects, then attempts and fails to reconnect, before the machine restarts, resulting in full disconnection and a self-shutdown of the whole session. This causes problems in HTTP Toolkit on Windows, where it can be triggered easily in normal usage. We now retry multiple times, with a brief delay after the first retry.
- Loading branch information
Showing
1 changed file
with
37 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters