1
0

description 385 B

123456
  1. Poll() architecture can result in result lists being overwritten
  2. ---
  3. Poll() needs a method to ensure that a new set of pings go out only when the previous ping to the relevant address is done. This can be reproduced by polling an address with a varied/incosistent delay times.
  4. Effectively, if a result comes in *after* a subsequent ping, it will drop the history tracked internally.