burmudar/gomodoro

TimerManager

Opened this issue · 0 comments

TimerManager currently handles multiple timers. Should it ? How does it aid us in the websocket sense ?

We need a Global Timer store from which TimerManagers are allocated. Each TimerManager manages timers for a single client.

^ Does the above sound right ?

Should a client not just request a timer with a particular config and BAM it can start, stop and react on the timer ?