Closed victorolinasc closed 2 years ago
This was breaking on OTP 24 for the test_server
mix task :)
Thanks for that, and sorry for the delay. I would actually prefer to avoid apply/3
, and instead define a private function that calls either accept
or handshake
(like here). What do you think?
Fine for me :) Will update accordingly.
Updated!
Updated!
Excellent. Thanks!
Will merge and publish 0.8.5 now.
OTP 21 deprecated the
:ssl.ssl_accept/3
function. So, we add a compile check to determine which function to call. This library supports Elixir 1.5 and so the OTP support must be present up to OTP 18.