multica/apps
Jiayuan Zhang d6393c6718 fix(gateway): remove cleanupPendingRequests that rejects all concurrent users
cleanupPendingRequests() iterated the service-wide pendingRequests Map
and rejected every entry. Since it was called from connectUser's catch
block (a per-user error path), one user's connection failure would
spuriously reject other users' in-flight verify RPCs.

The call was also redundant: sendVerifyRpc already cleans up its own
entry in all failure paths (timeout, RPC error, route failure).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 01:31:33 +08:00
..
cli fix(cli): use @multica/core imports instead of relative paths 2026-02-10 18:23:32 +08:00
desktop fix(desktop): auto-approve Telegram connection during onboarding 2026-02-14 01:14:25 +08:00
gateway fix(gateway): remove cleanupPendingRequests that rejects all concurrent users 2026-02-14 01:31:33 +08:00
mobile refactor: migrate from Hugeicons to Lucide icons 2026-02-12 10:12:56 +08:00
server refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
web Merge pull request #169 from multica-ai/fix/google-oauth-client-id 2026-02-13 18:39:05 +08:00