WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: swift-server-community/mqtt-nio

v0.2.0

19 Nov 09:20
2fa8624

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Major release changes

  • Replaced publish callback with an array of publish listeners which can be added and removed
  • pingreq is now called ping

Minor release changes

  • Added closeListeners that are notified of when the connection is closed.

Patch release changes

  • Moved bootstrap creation and sendMessage functions into MQTTConnection class

v0.1.0

18 Nov 20:12

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial release

MQTT client based around Swift NIO and FreeRTO coreMQTT C library
Support WebSocket and SSL connections