We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f691e commit 7d8607cCopy full SHA for 7d8607c
plugwise_usb/connection/queue.py
@@ -195,6 +195,7 @@ async def _send_queue_worker(self) -> None:
195
queue_depth = self._stick.queue_depth - self._submit_queue.dropped_msgs
196
if queue_depth > 3:
197
_LOGGER.warning("Awaiting responses %d", queue_depth)
198
+ _LOGGER.warning("Queue contents: %s", self._submit_queue._queue)
199
_LOGGER.warning("Requests dropped: %d", self._submit_queue.dropped_msgs)
200
await sleep(0.125)
201
0 commit comments