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

Fixed event loop creation issue in threaded_stream.py file #1404

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alkhachatryan
Copy link

Fixed event loop creation issue in threaded_stream.py file by simple checking if the loop is already created or not. If is not created - create a new one, otherwise get current one

…checking if the loop is already created or not. If is not created - create a new one, otherwise get current one
@alkhachatryan
Copy link
Author

@sammchardy this is very simple fix to a very critical bug which stopped a lof of projects and blocked them.
At least one we have here:
conor19w/Binance-Futures-Trading-Bot#61

Merge it as soon as possible. Thanks.

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

1 participant