Open
Description
I use async function and await messageRoom.But I still can't correct my messages' order. Is there any way to solve this?
async function sendmultiple (robot, msg,msg2,msg3) {
const roomID = roomSession.roomID;
await robot.messageRoom(roomID , msg);
await robot.messageRoom(roomID , msg2);
await robot.messageRoom(roomID , msg3);
}
Metadata
Metadata
Assignees
Labels
No labels