Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spawn message_callback to not block eventloop.
In case the message_callback takes a long time to return, this would affect the MQTT loop (e.g. keep-alive messages are not sent / responded in time). Closes #57.
- Loading branch information