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

Fix to allow a duplicate ping #364

Closed
wants to merge 1 commit into from
Closed

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Oct 20, 2023

Fix to allow a duplicate ping response request, since it does not have a packet id. Resolves issue with sending two ping's before response has arrived causing second ping to return -1 (bad arg) due to already being in pending response list. Applies to multi-thread / non-blocking use case only.
ZD 16876

…e a packet id. Resolves issue with sending two ping's before response has arrived causing second ping to return -1 (bad arg) due to already being in pending response list. ZD 16876.
@dgarske dgarske assigned dgarske and embhorn and unassigned dgarske Oct 20, 2023
@dgarske dgarske requested a review from embhorn October 20, 2023 21:10
@dgarske dgarske assigned dgarske and unassigned embhorn Oct 24, 2023
@dgarske dgarske removed the request for review from embhorn October 24, 2023 15:33
@dgarske dgarske closed this Oct 27, 2023
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.

2 participants