Oussama Teffahi
Oussama Teffahi
IMHO `max_links` should serve to limit both. The distinction between incoming and outgoing doesn't make sense to me, we're interested in the total number of links established between two instances....
@evshary did https://github.com/eclipse-zenoh/zenoh/pull/2275 resolve this issue?
I don't think it's worth it to break MSRV over a `clippy::manual_is_multiple_of`, maybe these changes could be reverted instead? 😅 For context, we're looking to use the SCTP crate for...
IMO it seems counter-productive to try de-serialize as JSON when we know the encoding to be JSON5. But as you mentioned, it may not be worth breaking compatibility for all...
Hello @jmonticelli, could you please share the exact Zenoh config you are using to setup the multicast endpoints and multicast scouting? Furthermore, it's unclear to me what you mean by...
Hi @Thongtdextra, I'm not sure what "Session vs Route" represents here. If you could please provide the logs as they are printed (with actual ZIDs) it would be more clear....
Hello @nicksay, There seems to be a misunderstanding regarding the use of `declare_keyexpr` and how it affects a `put` and publisher operations. `declare_keyexpr` optimizes the key-expression used by your `put`...
Hello @ciandonovan, I think the correct behavior in this case is that both rules should apply to the message. The rules of downsampling basically mean to allow a maximum frequency...
> I am a bit unsure how to treat the missing pri_key and pub_key to construct the AuthPubKey. Can I simply leave them blank, as they are not wrapped in...