Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v2.2.0

Compare
Choose a tag to compare
@sztomi sztomi released this 26 Oct 22:24
· 81 commits to master since this release
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