Click here to Skip to main content
15,899,754 members

Comments by adamori (Top 1 by date)

adamori 24-Nov-20 8:45am View    
This might work but now I'm getting another error.. unexpected ":" token.

Edit: fixed that by changing my extension from js to ts and running script with ts-node. However:

Now the process is drastically slower even without the sleep function and i dont get any errors. How can i speed things up to how they were before and only slow it down a little bit with the delay() function? I think your linereader function is what is slowing it down, but im not sure how to fix that.

If it cant be done, I just wanna Thank you anyways, your solution got me a lot closer to what im trying to achieve.

EDIT 2: Fixed it by not calling post_php function with await, now it's working the way I wanted it. Again, thank you so much for your solution.