AdGuardVPNCLI
AdGuardVPNCLI copied to clipboard
Logout occurs sometimes when multiple commands executed simultaneously
Please answer the following question for yourself before submitting an issue
- [x] I checked to make sure that this issue has not already been filed
AdGuard VPN CLI version
1.2.39
Environment
- OS: Linux Mint 22.1 Xia
$ uname -srm
Linux 6.8.0-54-generic x86_64
Issue Details
Steps to reproduce:
- Login using
adguardvpn-cli login - Run multiple commands simultaneously, e.g.
adguardvpn-cli list-locations & ; adguardvpn-cli license & - Check status by
adguardvpn-cli status. Sometimes logout does not occur, in this case repeat step 2
Expected Behavior
Logout should not occur
Actual Behavior
Logout occurs sometimes
Screenshots
Asciinema recording: https://asciinema.org/a/DOJakO1kPmnFLn0rVQHozhyHJ
Additional Information
No response