Skip to content

feat(server): add happen_at to event #8297

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

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

Conversation

j2gg0s
Copy link

@j2gg0s j2gg0s commented May 27, 2025

Using call_soon_threadsafe in send_sync may cause a discrepancy between the time the client receives the message and the actual time the event occurred.

We add the sending timestamp so that
clients with such needs can be aware of when the event actually occurred.

Using call_soon_threadsafe in send_sync may cause a discrepancy
between the time the client receives the message and the actual time the event occurred.

We add the sending timestamp so that
clients with such needs can be aware of when the event actually occurred.
@j2gg0s j2gg0s requested a review from comfyanonymous as a code owner May 27, 2025 06:06
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