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

Broken threading #21

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Broken threading #21

wants to merge 4 commits into from

Conversation

qwertzdenek
Copy link

I get in trouble with this message that could be caused by missing joins in the parent threads:
/home/haswi/git/cloudcv_env/lib/python2.7/site-packages/cherrypy/process/wspbus.py:233: RuntimeWarning: The main thread is exiting, but the Bus is in the states.STARTED state; shutting it down automatically now. You must either call bus.block() after start(), or call bus.exit() before the main thread exits.

I don't know what htat bus is, but this patch helped me to get some results.

@dexter1691
Copy link
Member

Thanks a lot for the quick fix. I think this should work.
I will test it and merge in some time.

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

Successfully merging this pull request may close these issues.

None yet

2 participants