Robust
Well-known member
Hey,
So I'm using deferred to remove a string from a varbinary storing a stringlist of "tasks completed" when a "task" is deleted, similar to XenForo's secondary user groups system.
I'm fetching users and it appears as if the same user is constantly fetched again and won't stop until application error. How do I prevent duplicate entries?
So I'm using deferred to remove a string from a varbinary storing a stringlist of "tasks completed" when a "task" is deleted, similar to XenForo's secondary user groups system.
I'm fetching users and it appears as if the same user is constantly fetched again and won't stop until application error. How do I prevent duplicate entries?