Azolo / websockex

An Elixir Websocket Client
MIT License
515 stars 97 forks source link

Fix the lost frame, certificates for test #87

Closed haljin closed 3 years ago

haljin commented 3 years ago

Closes #84 and #74

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. :)

Azolo commented 3 years ago

Looking into CI problems