rpclib v2.2.1 Release Notes
Release Date: 2017-10-28 // over 3 years ago-
2.2.1
๐ This release fixed a crash on Windows.
๐ Fixes:
- ๐ Fixed client crashing when
suppress_exceptions
was on
๐ป and the server threw an exception.
- ๐ Fixed client crashing when
Previous changes from v2.2.0
-
๐ This release fixed a number of long-standing issues.
๐ Fixes:
- ๐ Fixed macOS build (#142)
- โก๏ธ Updated msgpack (#152)
- ๐ Fixed a bug where the server could crash if the client timed out (#153)
- ๐ Fixed code coverage (moved away from coveralls.io)
โ Additions:
- Simplified and modularized CMake script (#94)
- โ Added
this_session()->id()
which is a unique, per-session id - โ Added waffle.io badge
- โ Added missing client::clear_timeout function