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

Return early from send_c_find after doing send_c_cancel and/or releasing association #778

Open
moloney opened this issue Jun 14, 2022 · 0 comments
Labels

Comments

@moloney
Copy link
Contributor

moloney commented Jun 14, 2022

Is your feature request related to a problem? Please describe.
If a user starts a C-FIND, then changes their mind and sends a C-CANCEL (and/or closes the association) it would be nice if the send_c_find method would return in a timely fashion. Currently it appears to block the thread until some network timeouts are reached.

Describe the solution you'd like
Have some means of avoiding this long timeout on an operation we know will not succeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants