Open
Description
Description
In the send_telemetry and send_attributes methods, the boolean wait_for_publish
argument is incorrectly passed to the _publish_data method, where it is mapped to the integer timeout
parameter.
This has a side-effect of:
- If wait_for_publish=True, the timeout is set to 1 second.
- If wait_for_publish=False, the timeout is set to 0 seconds.
Metadata
Metadata
Assignees
Labels
No labels