I'm trying to find an example of how to properly buffer sensor readings between connections, and then transmitting the buffer on connection.
Is this just done via the user queue? How can I check the allowable size of that queue?
Or should I only queue notifications when I'm already connected?