Skip to content

Fixed random freezes.

Pavel Kirilin requested to merge bugfix/freezes into release/0.4.3

This request fixes random freezes of rustus.

I think that if you use async_std with tokio and futures it can cause random freezes for file sync. Mabe those tools can't really work together. I tested this version where i got rid of futures and async_std and couldn't find any problems. As I think the problem is solved.

Signed-off-by: Pavel Kirilin [email protected]

Merge request reports