Tom Knapen

Results 5 issues of Tom Knapen

Thank you for merging my pull request! However could you please create a new release, and update the version number in the podspec of this repository? This way the fix...

Would it be possible to create a new release with concurrency support? I know I could point to the `main` branch in my SPM dependencies, but this doesn't work in...

Since I was running into the same issue as #117 , I decided to actually switch over to [Apple's Swift Crypto](https://github.com/apple/swift-crypto). For me this fixes the build issues. Make sure...

I'm getting intermittent decoding errors due to supposedly malformed data ``` decodeError(MQTT.DecodeError.malformedData) ``` I've narrowed this down to `MQTTChannelHandler.channelRead` sometimes receiving only chunks of the full data. I have created...

When reading large(ish) amounts of data, it is possible this data is read in multiple passes. This means that `channelRead` could be called multiple times in succession, each time receiving...