mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
dd2ff11216
The crash was caused by RPC calls which happened after `StopNode` call. Implementation: - The first suggestion was to `StopNode` only after all `.stopWatching` calls are done, but this only lowered probability of the crash, but did not fix the issue. - Another suggestion was to prevent RPC calls after `StopNode` call, but it also only lowered probability of the crash. - So the last resort was a fix on `status-go` side https://github.com/status-im/status-go/pull/1329, and it actually worked. - Advanced settings are hidden until `Statusgo.Login` is finished
2 lines
15 B
Plaintext
2 lines
15 B
Plaintext
0.17.10-beta.1
|