smartrent / jackalope

An opinionated MQTT client library based on Tortoise MQTT
Apache License 2.0
28 stars 5 forks source link

Allow configuring payload encoder/decoder #79

Closed ConnorRigby closed 2 years ago

ConnorRigby commented 2 years ago

Fixes #77

fhunleth commented 2 years ago

This one is fixed by removing automatic JSON encoding and decoding. See #81.