Resolve "Add logging to the RPC framework"
Closes #42 (closed)
But also fixes the client destructor's
// Nasty workaround for https://github.com/boostorg/mpi/issues/110
std::exit(0);
The fix introduces a new exit command
that needs to be sent to the server that will fire an on_exit
event in return to unlock the client event loop.
Edited by Samuel Debionne