I want to set timeout for each turn on my turnbased game. I can do this with SparkScheduler. If i have 1000 concurrent match, i have to set 1000 SparkScheduler. is this the correct way? can i set 1000 SparkScheduler?
1 Comment
Customer Support
said
over 6 years ago
Hi Ufuk,
The scheduler was designed to work in this way so you wont have any issues using it here.
Ufuk Coban
I want to set timeout for each turn on my turnbased game. I can do this with SparkScheduler. If i have 1000 concurrent match, i have to set 1000 SparkScheduler. is this the correct way? can i set 1000 SparkScheduler?