blueokanna / RustGLM

High-performance, Reliable ChatGLM SDK natural language processing in Rust-Lang
Apache License 2.0
9 stars 0 forks source link

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

Open kwseeker opened 3 months ago

kwseeker commented 3 months ago

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 commented 3 months ago

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!