mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-09 14:07:11 +08:00
fix: multiple gateway kick user each other.
Signed-off-by: Gordon <46924906+FGadvancer@users.noreply.github.com>
This commit is contained in:
parent
fb7e6d3635
commit
af03e63374
@ -214,5 +214,5 @@ func (s *Server) MultiTerminalLoginCheck(
|
|||||||
}
|
}
|
||||||
s.LongConnServer.SetKickHandlerInfo(i)
|
s.LongConnServer.SetKickHandlerInfo(i)
|
||||||
}
|
}
|
||||||
return nil, nil
|
return &msggateway.MultiTerminalLoginCheckResp{}, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user