How can I send multiple commands to the GC? #69
Unanswered
Wurstfach404
asked this question in
Q&A
Replies: 1 comment
-
Thats my progess so far, if I have 8 steamid's it is going to request every profile at the same moment, but I only get one back... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to request every x minutes player profiles.
Therefor I'm using a ForEach with my database to fetch the steamid's I want to check (the list can grow a lot) and if I received the Info, update the databases again with their rank and so on.
The problem is, that if I check for the data, every request is being sent at the same second and I only get the first request back.
Since I only have "experience" with php and have nothing done with js, how can I check that right?
I already tried it with a sleep function that I found
and with the setTimeout function, but I wasn't able to manage that right.
Beta Was this translation helpful? Give feedback.
All reactions