github mochi-mqtt/server v2.0.4

latest releases: v2.6.5, v2.6.4, v2.6.3...
21 months ago
  • Restores the server.Publish(topic string, payload []byte, retain bool, qos byte) error method from v1.3.2 as a convenience function which utilizes server.InjectPacket, by @mochi-co for #113
  • Refactors Client creation to allow developers to more easily create and use Clients and InlineClients as passing server.ops was difficult and NewClient, NewInlineClient, and newClientStub presented unnecessary code duplication. Use server.NewClient instead of mqtt.NewClient, by @mochi-co. Many thanks to @chenji1990 for their supportive PR regarding this matter!

Full Changelog: v2.0.3...v2.0.4

Tests

  • Builds
  • Unit Tests Passing
  • Paho Interoperability Passing - V3, V5

Don't miss a new server release

NewReleases is sending notifications on new releases.