HotShot icon indicating copy to clipboard operation
HotShot copied to clipboard

[LIBP2P] - Do not stop the request when the timeout is reached.

Open lukaszrzasik opened this issue 10 months ago • 0 comments

What is this task and why do we need to work on it?

Currently in DelayedRequester::do_vid the request is cancelled when the timeout is reached.

Instead: do not cancel the request when the timeout is reached, issue another request to the next recipient. Cancel all the requests if any of the requests returns with the VID.

What work will need to be done to complete this task?

No response

Are there any other details to include?

No response

What are the acceptance criteria to close this issue?

All the existing tests should pass.

Branch work will be merged to (if not the default branch)

No response

lukaszrzasik avatar Apr 24 '24 16:04 lukaszrzasik