Snakybo / Clicked

A keybind management addon for World of Warcraft.
GNU General Public License v3.0
30 stars 6 forks source link

Infinite loop in #063c8b3 #154

Closed Dairyman closed 1 year ago

Dairyman commented 1 year ago

Describe the bug

Never mind. Timer is not Ticker 🤦 .

Clicked Version

1.10.2

World of Warcraft Flavor

Dragonflight

Snakybo commented 1 year ago

Huh? 😄

Dairyman commented 1 year ago

In code you called the handler Ticker and I miss read that as you using C_Timer.Ticker and not C_Timer.Timer. 😆

Dairyman commented 1 year ago

But you could use C_Timer.After, which is intended to be used in this situation. C_Timer.Timer is when you need the cancel functionality. 🤷