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
- Creating a function on appwrite Cloud.
I am trying to create a function on Appwrite cloud. I go to the console. I hit : Create function I choose DART-3.5 I put a name for my function : NameFunction...
- Function connected custom domain error: ...
My domain is served through Cloudflare. Domain is now connected with the appwrite function. But when accessing the domain, I get the below error. Any suggestion...
- Error | general_unknown
I have built a website using Appwrite Cloud as backend, and also using sites for deployment. My website is live but sometimes it shows Appwrite's Error general_...