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

Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@qchateau qchateau released this 10 Jun 20:24
· 16 commits to master since this release

Fixes

  • Fix compile error on gcc 4.9
  • Fix warnings in clang 7
  • Fix self-assignment
  • Fix early destruction of server sessions
  • Fix crashes in multithreaded environment (#175)

Additions

  • Support calling rpc::this_server().stop() from a server procedure (#187)
  • Make rpclib compatible with codebases that do not use exceptions
  • Add server::port() to query the port used by the server
  • Set reuseaddress option on the server