Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
b0b3e3444b
@ -89,8 +89,7 @@ locp:
|
|||||||
SubType: "heartbeat",
|
SubType: "heartbeat",
|
||||||
Data: data,
|
Data: data,
|
||||||
})
|
})
|
||||||
|
//this.wsConn.SetReadDeadline(time.Now().Add(time.Second * 30))
|
||||||
//this.wsConn.SetReadDeadline(configure.Now().Add(time.Second * 30))
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if err := this.messageDistribution(msg); err != nil {
|
if err := this.messageDistribution(msg); err != nil {
|
||||||
|
@ -95,7 +95,7 @@ func (this *AgentMgrComp) Bind(ctx context.Context, args *pb.AgentBuildReq, repl
|
|||||||
UserSessionId: agent.SessionId(),
|
UserSessionId: agent.SessionId(),
|
||||||
UserId: agent.UserId(),
|
UserId: agent.UserId(),
|
||||||
}, nil); err != nil {
|
}, nil); err != nil {
|
||||||
log.Errorf("uId:%s Rpc_NoticeUserLogin err:%v", agent.UserId(), err)
|
log.Errorf("uId:%s clusterTag:%s Rpc_NoticeUserLogin err:%v", agent.UserId(), db.CrossTag(), err)
|
||||||
}
|
}
|
||||||
// }
|
// }
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user