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

Remove loop argument #433

Merged
merged 3 commits into from
Sep 27, 2020
Merged

Remove loop argument #433

merged 3 commits into from
Sep 27, 2020

Conversation

farmio
Copy link
Member

@farmio farmio commented Sep 26, 2020

DateTime test is still failing... I don't know why yet.

farmio and others added 3 commits September 26, 2020 23:54
use asyncio.get_running_loop() and asyncio.create_task()
(or non-async method in knxip_interface)
… the loop is not yet running thus the error occurs.

Simply add the tasks to the created (but not yet started) loop and wait for it to run.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.004%) to 93.414% when pulling 20eee41 on farmio:remove-loop-argument into 3fcbe6c on XKNX:master.

@marvin-w marvin-w merged commit 3c2d3e0 into XKNX:master Sep 27, 2020
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

3 participants