Closed Bigpet closed 7 years ago
Route most ERROR messages not just CALL to the correct promises/futures. If they can't be passed to a sensible place at least pass the error message inside the thrown exception.
Not sure about using protocol_error in https://github.com/crossbario/autobahn-cpp/compare/master...Bigpet:errorhandling?expand=1#diff-20840b85274d7d0fe386dfa20530582fR972 but I was too lazy to think of something more fitting.
protocol_error
Thanks for that patch!
Route most ERROR messages not just CALL to the correct promises/futures. If they can't be passed to a sensible place at least pass the error message inside the thrown exception.
Not sure about using
protocol_error
in https://github.com/crossbario/autobahn-cpp/compare/master...Bigpet:errorhandling?expand=1#diff-20840b85274d7d0fe386dfa20530582fR972 but I was too lazy to think of something more fitting.