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 dd3e78a commit 0b31e56Copy full SHA for 0b31e56
roborock/api.py
@@ -116,9 +116,10 @@ def _async_response(
116
if request_id in self._waiting_queue:
117
new_id = get_next_int(10000, 32767)
118
_LOGGER.warning(
119
- "Attempting to create a future with an existing id %s... New id is %s. "
+ "Attempting to create a future with an existing id %s (%s)... New id is %s. "
120
"Code may not function properly.",
121
request_id,
122
+ protocol_id,
123
new_id,
124
)
125
request_id = new_id
0 commit comments