Joël Gähwiler
Joël Gähwiler
No, I just haven't found the time to update it yet.
Would you be up for contributing an example for the RP2024?
Thanks for the report, the included snippet made me think and I found an integer casting issue: ``` auto available = (size_t)this->netClient->available(); ``` The `available` method actually returns an `int`,...
Thanks for sharing this. I'll need some time for the review. Was there a particular motivation to implement this?
TLS is supported and can be used with `mqtts://` and `wss://`. What you're requesting is connecting to a broker that is using a self-signed certificate. This has not been implemented...
Yes, shiftr.io is run by my company. You may use shiftr.io as you like, we hope to keep the current offering as long as possible.
There is not at the moment. However, the underlying library could be configured to skip certificate verification.