Chat SDK has added a new `concurrency` option to the Chat class, allowing developers to control behavior when a new message arrives before a previous one finishes processing. Four strategies are available: `drop` (default, discards new messages), `queue` (processes latest message after handler finishes), `debounce` (waits for a
Sort: