1.0.0
Changes since 0.8.4
:
- Add
{ssl_verify, verify_none | verify_peer | {verify_fun, _}}
option forwebsocket_client:start_link/4
- A little spit 'n' polish in comments/docs
Since forking, the websocket_client
has been rewritten to be FSM-backed, and the behaviour extended to include onconnect/2
and ondisconnect/2
callbacks. It also handles configurable reconnection on comms loss, periodic pinging of the server as well as automatic responding to pings from the server.
See the README for full details and examples/
for sample handlers.