core: Terminate goroutine used for logging errors (#2398)
Terminate the goroutine used for logging errors by using a WaitGroup (stopWg) to track termination of servers. Fixes #2358.
Showing
Please register or sign in to comment
Terminate the goroutine used for logging errors by using a WaitGroup (stopWg) to track termination of servers. Fixes #2358.