You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exiting PokemonGo Bot is printed but nothing happens until all clients connected to the web server plugin exit.
Steps to Reproduce
After the web plugin is loaded, open up the webview in a browser
Without closing browser, send SIGINT with Ctrl+C or some other method
Can probably be fixed by firing an event when the bot is going to shut down, allowing plugins to clean up their state. Alternatively, force the program to exit by installing a SIGINT handler.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Bot exits when SIGINT is fired.
Actual Behavior
Exiting PokemonGo Bot
is printed but nothing happens until all clients connected to the web server plugin exit.Steps to Reproduce
Can probably be fixed by firing an event when the bot is going to shut down, allowing plugins to clean up their state. Alternatively, force the program to exit by installing a SIGINT handler.
The text was updated successfully, but these errors were encountered: