niles-bot / niles

Niles - a Discord bot for interfacing with Google Calendar
http://nilesbot.com
MIT License
61 stars 22 forks source link

getEvent race condition without setTimeout #180

Closed mchangrh closed 3 years ago

mchangrh commented 3 years ago

in https://github.com/niles-bot/niles/commit/a16f3d77c0998fd6921f30a84a8754e1a196ab5a getEvent was delayed with setTimeout in order to avoid a race condition where messageid would be overwritten with the previous calendar

this is fixed in https://github.com/mchangrh/Niles/commit/288a8fb5641becc461748ad2e5bb73d241397c51

mchangrh commented 3 years ago

closed in #181