gausby / tortoise

A MQTT Client written in Elixir
Apache License 2.0
314 stars 54 forks source link

Coerce the host given to the SSL transport to a charlist #70

Closed gausby closed 6 years ago

gausby commented 6 years ago

This will allow the user to pass in a binary as the host name, in which case it will get coerced into a charlist.

Fixes #66

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 458


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/tortoise/transport/ssl.ex 2 3 66.67%
<!-- Total: 2 3 66.67% -->
Files with Coverage Reduction New Missed Lines %
lib/tortoise/package/connect.ex 1 88.24%
lib/tortoise/transport/ssl.ex 1 51.61%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 455: -0.1%
Covered Lines: 548
Relevant Lines: 630

💛 - Coveralls