emilyhorsman / electronics-experiments

0 stars 0 forks source link

Queue GATT operations to prevent `GATT operation already in progress.` #5

Open emilyhorsman opened 6 years ago

emilyhorsman commented 6 years ago

I wonder if it's worth experimenting with a service worker to maintain a queue or something like that.

emilyhorsman commented 6 years ago

Okay now that that's done, I want the UI message history to have state, but this requires re-configuring the architecture a little. Possibly placing the queue in the other ControlPad component? That would be gross