Add etcd as a service discovery mechanism

This commit is contained in:
skiffer-git 2024-05-13 11:10:42 +08:00
parent f51cdadb57
commit 6041f4e793

View File

@ -212,11 +212,8 @@ func (ws *WsServer) sendUserOnlineInfoToOtherNode(ctx context.Context, client *C
// Online push user online message to other node
for _, v := range conns {
log.ZDebug(ctx, " sendUserOnlineInfoToOtherNode conn ", "target", v.Target())
//if v.Target() == ws.disCov.GetSelfConnTarget() {
// log.ZDebug(ctx, "Filter out this node", "node", v.Target())
// continue
//}
if true {
if v.Target() == ws.disCov.GetSelfConnTarget() {
log.ZDebug(ctx, "Filter out this node", "node", v.Target())
continue
}