We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instant.now() is used for timestamps of TrafficObservations, which doesn't guarantee monotonicity.
I haven't confirmed this scenario, but it would be a good test too. Run the proxy. Open a connection to the proxy with keep-alive enabled.
The timestamps should be in chronological order, even if that means that the timestamp doesn't match the currently reported time of the host machine.
All observations within a connection will be in chronological order.
N/A
See Issue 536
The text was updated successfully, but these errors were encountered:
@gregschohn Which component should arbitrate 'time', it seems like it should be the proxy?
Sorry, something went wrong.
No branches or pull requests
What is the bug?
Instant.now() is used for timestamps of TrafficObservations, which doesn't guarantee monotonicity.
How can one reproduce the bug?
I haven't confirmed this scenario, but it would be a good test too. Run the proxy. Open a connection to the proxy with keep-alive enabled.
The timestamps should be in chronological order, even if that means that the timestamp doesn't match the currently reported time of the host machine.
What is the expected behavior?
All observations within a connection will be in chronological order.
What is your host/environment?
N/A
Do you have any screenshots?
N/A
Do you have any additional context?
See Issue 536
The text was updated successfully, but these errors were encountered: