phoenix_gen_socket_client icon indicating copy to clipboard operation
phoenix_gen_socket_client copied to clipboard

Support later OTP versions

Open J0 opened this issue 2 years ago • 2 comments

Task:

  • Add later OTP version to CI
  • Fix corresponding dialyzer errors

J0 avatar Mar 13 '22 12:03 J0

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 avatar Jun 09 '22 16:06 kelcecil

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.

kelcecil avatar Sep 21 '22 12:09 kelcecil