hulaaki v0.1.0 Release Notes

Release Date: 2017-08-12 // over 6 years ago
  • โž• Added

    • โž• Added link to CHANGELOG in the README
    • โž• Add instructions on using Makefile for running tests.
    • ๐Ÿ– Handle gen_tcp connection failures instead of crashing
    • โž• Add automatic ping to server (based on keep alive) and expect ping response with callbacks
    • ๐Ÿ– Handle packet ids internally (for control packets with variable header)
    • โž• Adds TLS/SSL support for the library
    • ๐Ÿ“œ Implement chunked message receiving so as to parse packets sent together

    ๐Ÿ›  Fixed

    • Replaces all occurences of 65_536 to 65_535 (max limit for 2 bytes)