kyle-hy

Results 2 comments of kyle-hy

func (c *Group) Member(uid int64) (*session.Session, error) { c.mu.RLock() defer c.mu.RUnlock() for _, s := range c.sessions { // why no map[] if s.UID() == uid { return s, nil...

在线等更新😄😄