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 unnecessary sleep and fix asyncio ERROR message. #507

Merged
merged 1 commit into from
Apr 20, 2024
Merged

Conversation

byllyfish
Copy link
Owner

This was keeping the GNMI Subscribe task alive until the event loop was closed in CI testing.

Fixes #505

This was keeping the task alive until garbage collected in CI testing.
@byllyfish byllyfish merged commit 373737c into main Apr 20, 2024
13 checks passed
@byllyfish byllyfish deleted the task branch April 20, 2024 01:58
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.

CI testing: GNMIServer shutting down shows "asyncio Task was destroyed but it is pending!" message
1 participant