#ProcessReceipt causing function to run multiple times

1 messages · Page 1 of 1 (latest)

pliant wedge
#

why is this processreceipt event causing the function to run a ton of times?

merry lagoon
#

Show full code, @pliant wedge

night meteor
#

If ur calling that connection within a function, then it’s just duplicating the connection whenever the functions called; which basically means that whenever a gamepass is bought, this runs multiple times from separate threads.

pliant wedge