Looks like when the connection establishment was moved into a Task the send/2 was never adjusted for this so the buffer was send to the task process instead of the main process.
I also too the liberty of adding ssl_options to the typespec, since that is what we are using and I'd like to remove the Dialyzer ignore for this. :)
Closes #84 and #74
Looks like when the connection establishment was moved into a
Task
thesend/2
was never adjusted for this so the buffer was send to the task process instead of the main process.I also too the liberty of adding
ssl_options
to the typespec, since that is what we are using and I'd like to remove the Dialyzer ignore for this. :)