lynixfur / LynxVR

15 stars 2 forks source link

When WearOS 4.0 enters sleep, it will suppress all connectivity from LynxVR until the smartwatch is woken up. #7

Closed Zyro1331 closed 1 year ago

Zyro1331 commented 1 year ago

If my smartwatch enters sleep mode (When the screen shuts off due to inactivity and the Always on Display turns on) LynxVR's WebSocket connection will drop temporarily until I interact with my watch to wake it up. Then afterwards it will return a ton of previously missed WebSocket messages during the time it was sleeping.

This can be fixed by keeping the smartwatch awake or finding some way to make it WearOS's battery optimization is disabled while LynxVR is running. image

Samsung Galaxy Watch 4 running WearOS 4.0 and OneUI 5.0

Zyro1331 commented 1 year ago

This issue has been fixed, it was an App Permissions issue and WearOS was not allowing Vital data in the background.