Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remedy breaking change with 2.x: Use CallbackAPIVersion.VERSION1
Use `callback_api_version = CallbackAPIVersion.VERSION1` as a default, to not unnecessarily cause downstream havocs. In this way, users can run their code with both versions of paho-mqtt 1.x and 2.x, which will significantly improve adoption rates.
- Loading branch information