Soduto icon indicating copy to clipboard operation
Soduto copied to clipboard

Soduto doesn't automatically connect after macOS wakes from sleep

Open sannidhyaroy opened this issue 2 years ago • 1 comments

Soduto will stay connected to my phone for a few seconds after I close the lid of my MacBook and after sometime it will disconnect. But when I open the lid back up, Soduto doesn't automatically connect to my phone. I have to tap on the Menu bar icon once for it to check for nearby devices and connect to my phone. Is this a bug?

EDIT: I'm not sure if this is the right way as I'm a noob when it comes to Swift, but after I added a didWakeNotification listener in AppDelegate and executing self.statusBarMenuController.refreshDeviceLists() when it receives the wakeup notification, it seems to have fixed the issue. If there is a better approach than this, please feel free to share.

sannidhyaroy avatar Nov 29 '22 11:11 sannidhyaroy