-
Notifications
You must be signed in to change notification settings - Fork 45
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
Improving multiprocessing #156
Conversation
@dixudx I used your |
All look good to me, except tests for Python 2.7. Keyword @casabre I think we may need a Python decorator to better handle this compatibility. |
I wonder whether we still need to support rtcclient on Python 2.7. |
I just wanted to ask the same. I don't know about the current real utilization of Python 2.7 but it's been a while since its end of life and thus, I would keep the effort low and would make the rtcclient future-proof 😊. |
@dixudx PR is ready for v0.8.1 😃 |
The previous PR #148 introduced some errors and thus, the commits were reverted. In order to provide multiprocessing functionality, this new PR will be opened.