Skip to content

wampcc 1.6

Latest
Compare
Choose a tag to compare
@darrenjs darrenjs released this 12 Apr 22:44
· 113 commits to master since this release

Added

  • support WAMP unregister (issue #21)

  • allow session IDs to be generated by user functions

  • custom ssl contexts (from hannu-h)

Changed

  • rename of classes and methods involved with pending requests

  • refactor wamp msg inbound processing, all use similar approach

  • enable automatic ECDH selection (from vai-hhn)

Fixed

  • Fix compatibility with OpenSSL 1.1 (Sven Neumann)

  • http headers checking now case-insensitive (issue #28)

  • user callback functions not checked for null for unsolicited messages

  • mutex not used during handle of yield, and callback not checked for null

  • incorrect success code on unsubscribe callback (issue #16)

  • configure.ac not detecting system libuv/jansson (issue #3, @sashakh)

  • makefile in the examples directory had higher priority than autotools
    generated Makefile, causing break when configure done inside source tree
    (issue #3, @sashakh)

  • rawsocket client wrongly offers multiple serialisers on connect (issue #18)