mqtt-nio icon indicating copy to clipboard operation
mqtt-nio copied to clipboard

A Swift NIO MQTT v3.1.1 and v5.0 Client

Results 17 mqtt-nio issues
Sort by recently updated
recently updated
newest added

Include documentation in second package.swift

It is a v5 parameter, not sure why it is there

breaking change

This requires a major version upgrade

breaking change

MQTTNIO has moved to the swift server community organisation. Please replace your Package.swift package dependency with ```swift .package(url: "https://github.com/swift-server-community/mqtt-nio.git", from: "2.0.0") ```

If `MQTTClient` is going to be properly Sendable we need to change `MQTTClient.logger` to a `let`. Not sure why it was a var in the first place

breaking change

Remove deprecated versions that use tls_protocol_version_t, SecIdentity

breaking change

From spec: The Client MUST NOT send packets exceeding Maximum Packet Size to the Server

**Describe the bug** Per the [discussion](https://github.com/swift-server-community/mqtt-nio/discussions/140#discussioncomment-7473711), it appears that not all means of network interruption are resulting in a timely call to the close listener (and thus the isActive state...