Skip to content
This repository was archived by the owner on Sep 15, 2019. It is now read-only.

fix threading issue. #8

Open
JohnRipper wants to merge 2 commits intonortxort:masterfrom
JohnRipper:master
Open

fix threading issue. #8
JohnRipper wants to merge 2 commits intonortxort:masterfrom
JohnRipper:master

Conversation

@JohnRipper
Copy link

When keyboard interrupting the application in screen, the entire thing locks up and bot doesn't close because bot thread remains active. Switched out threading.thread with multiprocessing.process and added an exception check for keyboard interrupts to close the thread.

Using multiprocessing.process instead to allow for the thread to close properly.
@Technetium1
Copy link

I can confirm this works perfectly

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants