abdullahmorrison / erobb221-twitch-extension

The official Twitch extension for erobb221
https://twitch.tv/erobb221
3 stars 2 forks source link

Tomato timer sometimes pauses at 1 second #4

Closed abdullahmorrison closed 6 months ago

abdullahmorrison commented 1 year ago

this was in production when a viewer said their timer paused at 1 second: https://www.reddit.com/r/Emoney/comments/148vuai/comment/joa8onb/?utm_source=share&utm_medium=web2x&context=3

abdullahmorrison commented 1 year ago

My guess is that this has to do with less powerful hardware causing issues with asynchronous output

abdullahmorrison commented 1 year ago

image

I added line 51. This will force the timer to hit 0 after the timeout is been done. This might fix the issue.