ing
This commit is contained in:
parent
78aa443d2d
commit
888569749a
|
@ -123,9 +123,9 @@ func handleServlet(s *rpcServlet) {
|
||||||
logging.Logger().Info(fmt.Sprintf("Servlet is started"))
|
logging.Logger().Info(fmt.Sprintf("Servlet is started"))
|
||||||
|
|
||||||
defer func() {
|
defer func() {
|
||||||
s.Stop()
|
|
||||||
s.doneChan <- err
|
s.doneChan <- err
|
||||||
s.stopWg.Done()
|
s.stopWg.Done()
|
||||||
|
s.Stop()
|
||||||
}()
|
}()
|
||||||
|
|
||||||
subStopChan := make(chan struct{})
|
subStopChan := make(chan struct{})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user