disruptor-net/Disruptor-net

DynamiclyAddHandler can't work

kamikyo opened this issue · 1 comments

Disruptor-net/src/Disruptor.Samples/DynamiclyAddHandler.cs can't work
ps: I replaced Start with WaitUntilStarted(TimeSpan.Zero)

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.