Unclaimed project
Are you a maintainer of websockex? Claim this project to take control of your public changelog and roadmap.
handle_connect/2 callback have been reversed. The order is now (conn, state).:socket_connect_timeout and :socket_recv_timeout)
start or start_link option or as a Conn.new option.:socket_connect_timeout - The timeout for opening a TCP connection.:socket_recv_timeout - The timeout for receiving a HTTP response header.start and start_link can now take a Conn struct in place of a url.:sys.get_status, :sys.get_state, :sys.replace_state functions.
terminate/2 callback is called consistently.system_code_change function so that the code_change callback is actually used.