rpclib v2.3.0 Release Notes
-
๐ This release fixes various issues.
๐ 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