Skip to content

mqtt: use time.monotonic() instead of time.time()

Štěpán Henek requested to merge time-fixes into master

fixes the situation when the system clock changes (e.g. through time module)

Merge request reports