Nanomsg v1.1.4 Release Notes

Release Date: 2018-06-08 // almost 6 years ago
  • 🚀 This release is primarily a bug-fix release for Windows platforms, but it also adds support for building on Android.

    🚀 The main change in this release is a fix for the IPC transport on Windows, which was subject to crashing if the remote peer breaks messages into smaller pieces. As some other SP implementations do this to avoid data copies, this fix is very important.

    🏁 A fix for leaking handles on Windows is included.

    👌 Support for compilation on Android using the NDK and the bundled cmake and toolchain file from Android is now present.