Avoid goroutine leak in server
This commit is contained in:
parent
e4bb506ace
commit
74ace58ae1
4 changed files with 23 additions and 15 deletions
|
@ -4,4 +4,4 @@ package server
|
|||
|
||||
func (s *Server) configureSignals() {}
|
||||
|
||||
func (s *Server) listenSignals() {}
|
||||
func (s *Server) listenSignals(stop chan bool) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue