J0 / phoenix_gen_socket_client

Socket client behaviour for phoenix channels
MIT License
232 stars 48 forks source link

Support later OTP versions #67

Open J0 opened 2 years ago

J0 commented 2 years ago

Task:

kelcecil commented 2 years ago

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.

kelcecil commented 1 year ago

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.