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
Because of the location of the defer statement on startup with registry, services that use the registry are immediately unregistered with the registry because the RunAndReturnWaitGroup function returns almost immediately after the defer statement.
This block of code needs to be refactored to rely on some other timing mechanism.
The text was updated successfully, but these errors were encountered:
Because of the location of the defer statement on startup with registry, services that use the registry are immediately unregistered with the registry because the
RunAndReturnWaitGroup
function returns almost immediately after the defer statement.This block of code needs to be refactored to rely on some other timing mechanism.
The text was updated successfully, but these errors were encountered: