Hitting an issue with this library due to #134, I now cannot get the client to load an SSL connection.
Ruby version 2.7.2.p137
Clean build of ruby with openssl 1.1.1i on OSX
Here is a minimal reproduction of the issue:
https://github.com/Andy-Bell/mqtt-error-from-pr-134
Expected outcome:
- MQTT client is created
- I can then listen for new messages
Current outcome
- Client hits an error and fails to create:
NoMethodError:
undefined method `getbyte' for #<OpenSSL::SSL::SSLSocket:0x00007fc069f39298>