-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I've noticed that each command of this rest server establishes new bluetooth connection to the walkingpad. It's good from the point of not blocking connection from iOS app, but really bad from performance standpoint.
I've tried to move connection and disconnection to a separate methods but I couldn't get commands doing their job unless connection and disconnection is done for each command.
Is there a way to achieve faster performance?
iOS app controlling walkingpad seem to be working without reconnection for each command (works faster and blocks other bluetooth connection attempts)
Metadata
Metadata
Assignees
Labels
No labels