Observers NOT dropping invalid addresses

Issue #14 resolved
James Powell repo owner created an issue

Noticed when working on Observer Registry probe that the ObserverSet class is NOT dropping dead/invalid addresses as I thought. Must have removed this codee at some point and not noticed due to the intended lack of errors. This is a potential memory leak and code slowdown if someone repeatedly registers short-lived addresses.

Comments (2)

  1. James Powell reporter

    Ah, I had switched to a system of dropping addresses that throw an error on "Send", but Observers don't throw errors, so Observers nested in Observers don't work.

  2. Log in to comment