SkygearIO / chat

Skygear Plugin - Chat SDK
Apache License 2.0
17 stars 18 forks source link

Messages may become out of order if sent frequently #230

Open kiootic opened 5 years ago

kiootic commented 5 years ago

When messages are sent very frequently (e.g. ~0.5s), they may have out of order _createdAt, even if the create message API is called sequentially client side. It is expected the order of message is maintained same as client side.