Skip to content

1.0.0

Compare
Choose a tag to compare
@sanmiguel sanmiguel released this 30 Jul 14:05
· 103 commits to master since this release

Changes since 0.8.4:

  • Add {ssl_verify, verify_none | verify_peer | {verify_fun, _}} option for websocket_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.