How do I implement an open connection that won't close until there's a response from the API I connected to.
I mean to say: I want to send a request to an API and don't want my cloud function to stop running until there's a response from the API.
Hi, have you tried using asynchoronous techniques?
how please?
@joeyouss
which SDK are you working with?
paystack payment gateway
Hi, apologies for late reply
I meant the language please?
Dart Language @joeyouss
Recommended threads
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Python Function Deployment hits General ...
The same deployment was working without issue yesterday and I have not hit any free tier limits yet. How do I figure out what's happening? Are you having issues...