EpicEric / pony-mqtt

:horse: MQTT client in Pony
https://epiceric.github.io/pony-mqtt-docs/mqtt--index/
MIT License
6 stars 1 forks source link

Update to ponyc 0.30.0 #22

Closed EpicEric closed 4 years ago

EpicEric commented 5 years ago

net/ssl is being removed from the stdlib into ponylang/net-ssl. This will require a few changes to pony-mqtt to avoid breakage:

  1. Use interfaces for net-ssl components.
    • And update the corresponding integration test accordingly.
  2. Update the TLS example.
  3. Document how to use this library with SSL.