https://issues.dlang.org/show_bug.cgi?id=13916
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Martin Nowak <[email protected]> --- You'd need to change the onStandardMessage function to remove the value from the list before instead of after dispatching it to the handler. https://github.com/D-Programming-Language/phobos/blob/fc132046bf0dc6efcb1ee40833fd1896cbdd3324/std/concurrency.d#L1956 --
