emqx / CocoaMQTT

MQTT 5.0 client library for iOS and macOS written in Swift
https://www.emqx.com/en
Other
1.57k stars 411 forks source link

Adding some helper methods #532

Closed JyHu closed 1 year ago

JyHu commented 1 year ago
  1. Some APIs are encapsulated within the framework, which makes it inconvenient for users to call certain APIs, such as bytesWithLength.
  2. Extracting common code segments helps avoid potential issues caused by repetitive code and ensures consistency.
leeway1208 commented 1 year ago

Thanks for supporting MQTT~