Skip to content

Version 1.7.1 Bug Fix Release

Compare
Choose a tag to compare
@gdamore gdamore released this 07 Jan 03:53
· 56 commits to master since this release

This fixes two problems and includes a new example program.

  • Fix the public id_map API -- the header was not published, so it wasn't usable. As part of this we've moved the header and also removed the ability to opt out (the changes here are too small to be worth reducing.) The header is now located in <nng/supplemental/util/idhash.h>.
  • FIx a warning when compiling nng_socket_pair, due to inconsistent prototypes (int * instead of int [2]).

The new demo program was contributed by Hugo Lindström hugolm84@gmail.com and demonstrates how to use nng_stream. It won't work on every system, but it should still be informative.