Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nim-lang#24143) Since the module allows for a handler to be added multiple times, for the sake of consistency, `removeHandler` only removes the first found instance of the handler in the `handlers` seq. So for n calls of `addHandler` using the same handler, n calls of `removeHandler` are required. fixes nim-lang#23757 --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
- Loading branch information