Skip to content

[hotfix] add abort command

aguestuser requested to merge hotfix-add-abort-command into main
  • if a socket handler receives abort, immediately exit process (without cleaning up resources)
  • side-effect: decorate fatal error logs in main with "FATAL ERROR" string (to make it easier to detect cause of channel crashes)

Merge request reports