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
If a panic occure in the module (plugin) code. E.g. during the execution of Init, Run or Deinit functions, this panic will cause dutagent to crash, obviously.
Wrapping the execution of these functions with proper deffer / recover pattern would help keeping the dutagent alive while reporting the failure to the user.
The text was updated successfully, but these errors were encountered:
If a panic occure in the module (plugin) code. E.g. during the execution of
Init
,Run
orDeinit
functions, this panic will cause dutagent to crash, obviously.Wrapping the execution of these functions with proper deffer / recover pattern would help keeping the dutagent alive while reporting the failure to the user.
The text was updated successfully, but these errors were encountered: