Adam Fowler

Results 130 issues of Adam Fowler

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

Currently AWSLambdaEvents defines public symbols `HTTPHeaders`, `HTTPMethod` and `HTTPResponseStatus`. These clash with the symbols of the same name in NIOHTTP1. While you can differentiate between the two sets by prepending...

enhancement
⚠️ needs-major-version-bump