Closed kmonson closed 8 years ago
Currently agents are not informed if they are trying to connect to the platform with a duplicate VIP ID to a running agent.
Also the platform does not produce an error in the log if this happens.
Fixed in 1314b8e822477f40ed7ce806f2a15b0f85342383
The fix adds only adds agent side reporting. Router side reporting is not possible without reworking how we assign and use VIP ID in a very fundamental way.
Currently agents are not informed if they are trying to connect to the platform with a duplicate VIP ID to a running agent.
Also the platform does not produce an error in the log if this happens.