hanoidb crashes on exit when started by open_link #32
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When hanoidb is started supervised like
it crashes when application getting stopped by
q()
witherror. There's no error if it gets stopped with
hanoidb:close(hanoi_process).
prior toq()
.I think supervised processes should stop gracefully without manual actions.
Feel free to enlighten me as to how this should best be fixed.