Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to join knocker thread #4

Closed
fjetter opened this issue Jan 18, 2023 · 3 comments
Closed

Failed to join knocker thread #4

fjetter opened this issue Jan 18, 2023 · 3 comments

Comments

@fjetter
Copy link

fjetter commented Jan 18, 2023

Ran into the same issue that was already reported in dask/distributed#7290 (comment)

Python 3.10.5 | packaged by conda-forge | (main, Jun 14 2022, 07:07:06) [Clang 13.0.1 ]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.4.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: from gilknocker import KnockKnock

In [2]: knocker = KnockKnock(1000, 1)

In [3]: knocker.start()

In [4]: knocker.stop()
---------------------------------------------------------------------------
TimeoutError                              Traceback (most recent call last)
Input In [4], in <cell line: 1>()
----> 1 knocker.stop()

TimeoutError: Failed to join knocker thread.

I tried it a couple of times. Once it was successful but most of the times it failed.
this was on version 0.1.0

@milesgranger
Copy link
Owner

Would you be able to give v0.2.0 a go?

@fjetter
Copy link
Author

fjetter commented Jan 18, 2023

I tested aed7ec4 and it worked

Edit: yes, that's 0.2.0

@fjetter fjetter closed this as completed Jan 18, 2023
@milesgranger
Copy link
Owner

Thank you. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants