Changes since 1.0.1:
1.0.2:1.0.3:- #32 FEATURE Allow passing options to the underlying socket with
{socket_opts, SOpts}option forwebsocket_client:start_link/3,4
- #32 FEATURE Allow passing options to the underlying socket with
1.0.4:- #35 BUGFIX Prevent crash (allowing clean reconnect) if
send_handshakefails
- #35 BUGFIX Prevent crash (allowing clean reconnect) if
1.1.0:- #34 FEATURE Add
#websocket_req.keepalive_max_attemptsparameter to request, to allow setting the number of keepalive messages sent without receipt of any data from the server before declaring the connection broken and disconnecting cleanly
- #34 FEATURE Add