This message was deleted.
# cloud
s
This message was deleted.
e
Do you send first message immediately after room connected, and wait 50~200ms to send second message, then other client get second message before first message?
which client sdk are used?
a
We are using the JS client. So far in our tests the out of order behavior occurs even if the first message is sent >10 seconds after connecting to the room.
Yes, if we wait 50~200ms to send the second message, the other client gets the second message before the first.
e
will take a look at it
a
Thanks!
e
Can’t reproduce your issue, are you missed
await
when calling the
publishData
function?
a
Yea we were missing the
await
. Adding it fixed it. Thanks!