func (this *Callback) OnClose(c *gotcp.Conn) { log.Println("OnClose:", c.GetExtraData()) addr := c.GetExtraData() this.cm.DelConn(addr) }