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

server: fix time handling #4875

Merged
merged 1 commit into from
May 19, 2024
Merged

server: fix time handling #4875

merged 1 commit into from
May 19, 2024

Conversation

brunnre8
Copy link
Member

The framework may emit messages which do not have a time stamp. We tried to unconditionally convert the time field, fix that.

The Msg constructor replaces falsey time fields with the current date so we can also remove the duplication from that codepath.

The framework may emit messages which do not have a time stamp.
We tried to unconditionally convert the time field, fix that.

The Msg constructor replaces falsey time fields with the current
date so we can also remove the duplication from that codepath.
@brunnre8 brunnre8 merged commit 0d9c184 into master May 19, 2024
12 checks passed
@brunnre8 brunnre8 deleted the time branch May 19, 2024 14:29
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