Rexios
Rexios
At least the example code seems to still work on all platforms so that's good
I think the only unresolved conversation right now is why CI requires the swift version to be in the podspec
> > I think the only unresolved conversation right now is why CI requires the swift version to be in the podspec > > I was asking you that 🙂...
Okay running the format tool touched other packages apparently
I made https://pub.dev/packages/puby which works in all flutter/dart projects and mono-repos
Yeah this package is quite out of date. It doesn't even support null safety yet. I might work on it if I have time, but I'm unsure if I will...
I can reproduce this with desktop app version 11 and latest watch app on watchOS 8.5. Really weird. Although it doesn't look like functionality is affected so it might be...
Also if you only need heart rate you could go through the cloud for free and avoid the issue entirely
Can't reproduce the issue with the cloud. Even if the watch is disconnecting, the overlay can't tell through the cloud. But receiving data doesn't seem to be affected.
I figured it out. It looks like Apple broke websocket pinging with URLSessionWebSocketTask which was causing the watch to force reconnect every 15 seconds... So now I'm working on migrating...