Andrey Bocharnikov
Andrey Bocharnikov
yeah, probably https://github.com/status-im/status-desktop/pull/15301 fixes this issue
The issue is related to the `manager.go` `StartTorrentClient()` method. (I'm using the MacOS CPU profiler from Instruments and building the application with `INCLUDE_DEBUG_SYMBOLS=true`). If I comment out this call, the...
> The function `SubscribeToConnStatusChanges` in status-go could be used to determine if you're connected or not. Here's an example on how it can be used: https://github.com/status-im/status-go/blob/8a0b7ddbb57bcf7e6a244bc15c3e0828c1f85f99/protocol/messenger_testing_utils.go#L194-L214 > > This function...