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
I made the resolver crash by getting an unimplemented query type and it unwrapped and panicked. This caused the entire thread to be killed with the server still running. Then further requests just failed over and over.
It would be nice to have a thread pool that can detect when a thread is killed in whatever way and start new threads to replace it.
We could use a library but we also could just write it ourselves :3
The text was updated successfully, but these errors were encountered:
I made the resolver crash by getting an unimplemented query type and it unwrapped and panicked. This caused the entire thread to be killed with the server still running. Then further requests just failed over and over.
It would be nice to have a thread pool that can detect when a thread is killed in whatever way and start new threads to replace it.
We could use a library but we also could just write it ourselves :3
The text was updated successfully, but these errors were encountered: