rlstrand opened this issue 2 years ago · 1 comments
In recv_res_header:
return exception;
should be:
return (nmbs_error) exception;
Fixed in 44f3191
Thank you!