smartrent / jackalope

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

Payloads are no longer JSON-encoded or decoded #81

Closed jfcloutier closed 2 years ago

jfcloutier commented 2 years ago

Fixes #77 Clients of this library are now responsible for any encoding/decoding.

fhunleth commented 2 years ago

Could you run:

mix deps.unlock --unused

And also add the following to the CircleCI scripts:


     - run: mix deps.unlock --check-unused
jfcloutier commented 2 years ago

Could you run:

mix deps.unlock --unused

And also add the following to the CircleCI scripts:

     - run: mix deps.unlock --check-unused

It has no effect. Credo depends on Jason.

fhunleth commented 2 years ago

Ahh. Cool, then I suppose just add that line for the future in a separate PR.