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
Increase robustness by catching panicing output modules in the core. Implementation:
instead of launching the output module directly, wrap it into an anonymous function and catch a panic there. Terminate output module on panic but keep system stable.
The text was updated successfully, but these errors were encountered:
Increase robustness by catching panicing output modules in the core. Implementation:
instead of launching the output module directly, wrap it into an anonymous function and catch a panic there. Terminate output module on panic but keep system stable.
The text was updated successfully, but these errors were encountered: