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
FYI, I have a regular error on Gloogle due to this error, because I'm exiting normally some children. That triggers server to restart. It's not a big deal at the moment, but it's bothering enough I'd like to fix it. Are you interested in some PR @lpil ? In case you are, do you have some opinions or some hints to get started on the subject?
Creating an issue for this problem discussed in the Discord.
It's possible for the
handle_exit
function in the supervisor module to be called with state that is missing thestarter.exec
function.This causes the following error due to this
let assert
Unfortunately I do not have a way to reproduce at the moment and I'm unsure as to the exact details that cause the none value.
The text was updated successfully, but these errors were encountered: