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

Order of messages in answlog.log #200

Open
ZeronSix opened this issue Nov 13, 2024 · 0 comments
Open

Order of messages in answlog.log #200

ZeronSix opened this issue Nov 13, 2024 · 0 comments

Comments

@ZeronSix
Copy link

ZeronSix commented Nov 13, 2024

I want to be able to automatically parse answlog.log for server requests and responses. To do so, I have to match the requests with the corresponding responses. As far as I understand, there is no guarantee that the response to a request will directly follow that particular request in the log. For example, it can be:

Request A
Response A
Request B
Response B

or

Request A
Request B
Response B
Response A

So, is it possibly to properly order the log messages?

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

No branches or pull requests

1 participant