#is this an error twilight returns?
1 messages · Page 1 of 1 (latest)
Generated by Tokio https://github.com/tokio-rs/tokio/search?q=deadline+has+elapsed
Do you use Standby ?
if u mean twilight standby no
where would this occur
im using sleep somewhere but when what this deadline mean
that function doesnt even return a result nvm
i checked the repo for all my deps and it seems twilight-http is returning rs Error { source: Some(tokio::time::error::Elapsed), kind: ErrorType::RequestTimedOut, } and Elapsed is only returned by tokio::time::Timeout but i dont know where twilight uses timeouts
Twilight never returns a tokio error directly. There's a 10 second timeout by default on HTTP requests (configurable)
why would a request take over 10 seconds??
You tell me