This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Remove sleep
in import_blocks command
#6115
Labels
B0-silent
Changes should not be mentioned in any release notes
J0-enhancement
An additional feature request.
U1-asap
No need to stop dead in your tracks, however issue should be addressed as soon as possible.
#5816 made some significant changes to the
import_blocks
command, but introduced athread::sleep()
in an async IO environment.We need to remove this piece of code and replace it with a better approach (maybe using
WaitLink
to wake up the waker?)The text was updated successfully, but these errors were encountered: