You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If make a an error in a configuration field such as scouting/multicast/connect Zenoh will act as if the field was null. The log shows zero warnings and zero errors.
To reproduce
Start a Zenoh router with scouting/multicast/connect/router set to 42
Fixed in #1224 by removing the #[serde(deserialize_with = "treat_error_as_none")] attributes. If I understand correctly this was the only instance where this issue occurred. We can reopen this otherwise.
Describe the bug
If make a an error in a configuration field such as
scouting/multicast/connect
Zenoh will act as if the field wasnull
. The log shows zero warnings and zero errors.To reproduce
scouting/multicast/connect/router
set to42
System info
The text was updated successfully, but these errors were encountered: