Skip to content

Stop transaction status polling when the wallet is removed - #862

Merged
gemcoder21 merged 1 commit into
mainfrom
wt2/transaction-poll-crash
Aug 11, 2026
Merged

Stop transaction status polling when the wallet is removed#862
gemcoder21 merged 1 commit into
mainfrom
wt2/transaction-poll-crash

Conversation

@DRadmir

@DRadmir DRadmir commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Deleting a wallet while it still had a pending transaction left the status poller running. On Android the next status update crashed the app, and on iOS the poller kept running forever and processed results for the removed wallet.

Now the poller stops as soon as its transaction is gone, and a status update can no longer crash the app.

Closes #850

@DRadmir DRadmir self-assigned this Aug 10, 2026
@DRadmir
DRadmir requested a review from gemdev111 August 10, 2026 07:03
Comment thread ios/Packages/Primitives/Sources/JobRunner/JobRunner.swift
@gemcoder21
gemcoder21 merged commit 69ce47e into main Aug 11, 2026
3 checks passed
@gemcoder21
gemcoder21 deleted the wt2/transaction-poll-crash branch August 11, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Transaction status polling crashes the app after wallet deletion

3 participants