Skip to content
Discussion options

You must be logged in to vote

plz dont double post, stick to either an issue or a discussion!? #5711

EDIT: code shows this message before that event happens, so it seems that agent/device must be disconnecting and reconnecting too often, so the is a connection issue with the remote device

// Check how many times this agent disconnected in the last few minutes.
const disconnectCount = parent.wsagentsDisconnections[obj.nodeid];
if (disconnectCount > 6) {
  parent.parent.debug('agent', 'Agent in big trouble: NodeId=' + obj.nodeid + ', IP=' + obj.remoteaddrport + ', Agent=' + obj.agentInfo.agentId + '.');

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JSuenram
Comment options

Answer selected by JSuenram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Issues
Labels
None yet
2 participants