diff --git a/code/client/pool/handler.go b/code/client/pool/handler.go index e373643..f514c2b 100644 --- a/code/client/pool/handler.go +++ b/code/client/pool/handler.go @@ -65,6 +65,7 @@ func (p *Pool) handleDisconnect(data *network.Disconnect) { p.RUnlock() if link != nil { + logging.Info("disconnect link %s from remote", id) link.Close() } }