Skip to content

Timer should not be stopped after channel was drained

Mikhail Mazurskiy requested to merge ash2k/fix-timer-bug into master

Draining code blocks forever if the timer has fired and the channel has been drained already.

Merge request reports