[SNMP4J] SnmpEngineListener fired multiple time for same address

2013-09-25 Thread Christy Jones (christyj)
Hi, I'm using version 2.0.2 and in the process of implementing a SnmpEngineListener. From what I observe the even when I'm polling for the same Address the MPv3.addEngineID fires the listeners for every message sent. The if condition in MPv3.addEngineID to check with localEngineID does not

Re: [SNMP4J] SnmpEngineListener fired multiple time for same address

2013-09-25 Thread Christy Jones (christyj)
, engineID, address)); } return true; } return false; } The next version of SNMP4J will include this patch. Best regards, Frank Am 25.09.2013 17:38, schrieb Christy Jones (christyj): Hi, I'm using version 2.0.2 and in the process of implementing a SnmpEngineListener