MarSoft / PebbleNotes

Pebble client for GoogleTasks
MIT License
31 stars 14 forks source link

More advanced buffering on watch side #20

Open MarSoft opened 10 years ago

MarSoft commented 10 years ago

Currently (dfe4b1c15de85d86a52a11366831dc67d1aa0da8) we buffer just one AppMessage if JS is not started when app is. Any subsequent message will rewrite it (and log error) until JS starts. Maybe we need to implement some kind of more advanced queueing. Or at least timeout.