Skip to main content

Function: isAppStateSyncIrrecoverable()

isAppStateSyncIrrecoverable(error, attempts): boolean

Defined in: src/Utils/chat-utils.ts:159

Determines if an app state sync error is unrecoverable. TypeError indicates a WASM crash; otherwise we give up after MAX_SYNC_ATTEMPTS. Missing keys are NOT checked here — they are handled separately as "Blocked".

Parameters

error

any

attempts

number

Returns

boolean