You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm opening up this discussion in seek of some help or explanation for an error message that I'm getting when running an Actix server and tokio spawned tasks.
The error is this:
thread '<unnamed>' panicked at 'A Tokio 1.x context was found, but it is being shutdown.', ~/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.27.0/src/runtime/time/entry.rs:553:13
Also, I wanna mention that it seems to be intermittent, sometimes happens when SIGINT, and other times doesn't.
I'd like to know what this error is related to and why the panic is provoked or maybe if I'm misusing something.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm opening up this discussion in seek of some help or explanation for an error message that I'm getting when running an Actix server and tokio spawned tasks.
The error is this:
Also, I wanna mention that it seems to be intermittent, sometimes happens when SIGINT, and other times doesn't.
I'd like to know what this error is related to and why the panic is provoked or maybe if I'm misusing something.
Thank u in advance!
Beta Was this translation helpful? Give feedback.
All reactions