Tagged Questions
2
votes
2answers
470 views
Exceptions not passed correctly thru RCF (using Boost.Serialization)
I use RCF with boost.serialization (why use RCF's copy when we already use the original?) It works OK, but when an exception is thrown in the server, it's not passed correctly to the client. Instead, ...