This commit is contained in:
crusader 2017-11-30 16:16:36 +09:00
parent 7a72c4a5f6
commit 2103ea902f

View File

@ -85,6 +85,7 @@ func (sh *RPCGatewayServletHandlers) Handle(soc cwf.Socket, stopChan <-chan stru
case err = <-rpcDoneChan: case err = <-rpcDoneChan:
case <-stopChan: case <-stopChan:
rpcServlet.Stop() rpcServlet.Stop()
<-rpcDoneChan
} }
} }