46 UnexpectedReceiveTimeout::UnexpectedReceiveTimeout(
unsigned int timeout_millis)
47 : runtime_error(string(
"Ran into unexpected receive timeout (") + to_string(timeout_millis) +
"ms)! " +
48 "Possible reasons might be network issues, i.e. messages are sent by rc_visard but not received by this host, " +
49 "or a firewall on the host may be active.")
50 , timeout_(timeout_millis)