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

test_event_service_recorder confirm actually receiving message #200

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Hackerman342
Copy link
Collaborator

@Hackerman342 Hackerman342 commented Dec 13, 2023

When running the asyncio tests locally and add a try / catch I see we have an error:

exception: Task <Task pending name='Task-21' coro=<EventServiceRecorder.record() running at /home/kyle/farm-ng/workspace/farm_ng_core/py/farm_ng/core/event_service_recorder.py:149> cb=[gather.<locals>._done_callback() at /usr/lib/python3.8/asyncio/tasks.py:769]> got Future <Future pending> attached to a different loop

corresponding to the line in EventServiceRecorder:

                event, payload = await self.record_queue.get()

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.

1 participant