chat icon indicating copy to clipboard operation
chat copied to clipboard

Skygear Plugin - Chat SDK

Results 26 chat issues
Sort by recently updated
recently updated
newest added

Reproduction steps: send messages between two users rapidly (e.g. 0.5s) Expected result: messages are sent normally Actual result: sometimes error would occur: ``` Error Domain=SKYOperationErrorDomain Code=10000 "An unexpected error has...

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...

vote/1

I just setup Skygear server with docker-compose and Postgres. when I use chat (send a message or typing ) Postgres is using up to 340% CPU. This issue appears just...

The api should be able to allow to mark all message or messages before a timestamp / message as read in conversation. The last read message and unread count also...

vote/1

version: 1.4.0-1 Currently we had get and create conversation lambda and used record save for conversation update. To be consistent, we should add update conversation lambda. Also, get and create...

type/improvement