phoenix_gen_socket_client
phoenix_gen_socket_client copied to clipboard
Support later OTP versions
Task:
- Add later OTP version to CI
- Fix corresponding dialyzer errors
Adding to this... websocket_client
is broken on OTP 25 after http_uri:parse/1
was removed in favor of uri_string:parse/1
(included since OTP 21). I've submitted a PR (https://github.com/sanmiguel/websocket_client/pull/73) against websocket_client
to make the switch.
My PR for websocket_client
was merged this morning, so I'll submit a PR in the next day or so to update that dependency here once it's available in hex.