Rank 3: Container
I'm working on a chat system. like any other chat app, there's a high chance that the user will type out multiple messages before the first message is sent successfully. so in that case, we need to make sure we're creating the message documents by the user execution (press send button) time. As of now, I'm just calling a function to create the document. and what I noticed is, it doesn't maintain the execution time for now. so how can I achieve that?
this issue might not be so relatable to Appwrite, but I still decided to post it here as my app's whole backend is handled by Appwrite
Stack:
- NextJS@13
- Appwrite Cloud
lemme know if u need any more info to resolve this