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

The frequent invocation of time_sync() can result in IOErrors #1

Open
kwseeker opened this issue Jul 30, 2024 · 1 comment
Open

The frequent invocation of time_sync() can result in IOErrors #1

kwseeker opened this issue Jul 30, 2024 · 1 comment

Comments

@kwseeker
Copy link

Perhaps ntp.aliyun.com has imposed limitations on the frequency of access.
Error message:
called Result::unwrap() on an Err value: IOError(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" })

@blueokanna
Copy link
Owner

It may requested so fast that try decrease req times may fix it. I will optimised that problem which add local time to check in order to helping you to slove it. Thank you!

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

No branches or pull requests

2 participants