mirror of
https://github.com/optim-enterprises-bv/openlan-cgw.git
synced 2025-10-30 01:42:20 +00:00
Return error if msg relay failed
This commit is contained in:
@@ -1115,6 +1115,8 @@ impl CGWRemoteDiscovery {
|
||||
"Failed to relay message! CGW{} seems to be unreachable at [{}:{}]! Error: {}",
|
||||
shard_id, cl.shard.server_host, cl.shard.server_port, e
|
||||
);
|
||||
|
||||
return Err(e);
|
||||
}
|
||||
|
||||
return Ok(());
|
||||
|
||||
Reference in New Issue
Block a user