-
Notifications
You must be signed in to change notification settings - Fork 2
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
Start forwarding timestamps if they're present in the stream #49
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, but some test checking if we forward the timestamps correctly would be useful. Can be a unit test or integration test, whatever is easier.
after | ||
0 -> | ||
:ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may finish before the stream ends when a subsequent buffer doesn't arrive at the mailbox on time. Better exit when the end of stream arrives.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
before this receive block we always do assert_end_of_stream
, so I don't think that could be the case
Co-authored-by: Mateusz Front <[email protected]>
f55a0a2
to
e1ed8c5
Compare
No description provided.