net-mqtt v0.6.0.2 Release Notes

Release Date: 2019-10-22 // over 4 years ago
  • Export MQTTException (thrown from various internal bits).

    ➕ Added isConnectedSTM for verifying connection state inside of STM transactions (e.g., verifying you're connected while also waiting for a value in a TChan).

    Also, mqtt-watch reconnects on error now.