Hi, is it possible to make several external HTTP requests when calling a worker via RPC? My worker d
Hi, is it possible to make several external HTTP requests when calling a worker via RPC?
My worker doesn't want to wait for a response from my other worker even though everything is in await and I've tried putting Promises everywhere.
I'm making requests in a for loop, the first request is done correctly but doesn't want to wait for the response to this one
I'm getting a typescript alert that the “await” is not required when calling my entrypoint when it should be.
The request is correct, I have no errors and it is carried out correctly.
My worker doesn't want to wait for a response from my other worker even though everything is in await and I've tried putting Promises everywhere.
I'm making requests in a for loop, the first request is done correctly but doesn't want to wait for the response to this one
I'm getting a typescript alert that the “await” is not required when calling my entrypoint when it should be.
The request is correct, I have no errors and it is carried out correctly.





