DynamiclyAddHandler can't work
kamikyo opened this issue · 1 comments
kamikyo commented
Disruptor-net/src/Disruptor.Samples/DynamiclyAddHandler.cs can't work
ps: I replaced Start with WaitUntilStarted(TimeSpan.Zero)
ocoanet commented
The code sample is not supposed to be run as is: there is no point in removing an handler that was just added. I added a Thread.Sleep
to clarify that the removal is supposed to happen later.