smultar / discord.vdm

A virtual direct message handler, that mirrors a conversation with its contents between a thread and a target user's dms. Extremely useful for server ticket systems, or a personalized direct messages for client handing.
MIT License
8 stars 4 forks source link

possible race condition? closed ticket thread renamed twice in a row, final result left the prefix removed #19

Open draeath opened 2 years ago

draeath commented 2 years ago

This behavior was observed around 2022-06-15 18:54 UTC, see https://discord.com/channels/185590609631903755/986686177203613816/986705304223875163

It looks like there may be a race condition when closing tickets. Upon closing, the ticket was renamed with the expected [Closed] prefix but was almost immediately renamed back.

image