kiootic
kiootic
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...
## Problem > What’s the use case? What have we seen that motivates us to work on this? As an app devloper, I'd like to allow non-technical teammates (e.g. customer...
Problem: Typechecking deno script may timeout If a deno script imports other dependencies, type checking process may require downloading the dependenecies recursively. It can time out the type check process...
ref DEV-2105
ref DEV-2107 ref DEV-2030