Stop EventController
Created by: bbert
When stopping a stream, the event controller (and thus its timer) is never stopped. Thus, we do create as many timers (with a 100ms interval) as loaded streams.
This PR fixes this issue.
Created by: bbert
When stopping a stream, the event controller (and thus its timer) is never stopped. Thus, we do create as many timers (with a 100ms interval) as loaded streams.
This PR fixes this issue.