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
We are trying to shutdown server with 0 and wait active connection to be terminate.
but as soon as Shutdown function get called the server is get terminated.
we should increment connWaitGroup using .Add(1) and once the connection terminate we should use .Done() function so that the connWaitGroup.wait() funciton wil be wait until the active connection(s) is closed.
The text was updated successfully, but these errors were encountered:
We are trying to shutdown server with 0 and wait active connection to be terminate.
but as soon as Shutdown function get called the server is get terminated.
we should increment connWaitGroup using .Add(1) and once the connection terminate we should use .Done() function so that the connWaitGroup.wait() funciton wil be wait until the active connection(s) is closed.
The text was updated successfully, but these errors were encountered: