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
Currently plugin version verification checks rust compiler version, features enabled and zenoh structures version (see plugins/zenoh-plugin-trait/src/compatibility.rs)
It's known that this information is not enough to guarantee compatibility, but on the other hand the full guarantee should include e.g. total equivalence of versions of all crates used, which seems too strict. But at least some crates versions need to be verified. This is report from @Charles-Schleich about zenoh-ts:
it looks like websocket connection failure during the meeting was completely unrelated to the actual connection:
I was building the plugin targeting 1.0.1 , with running zenohd 1.0.0-beta4, and the tokio executor wasn't progressing the Websocket task forward.
Updating everything to 1.0.1 seems to have fixed the issue.
We need to add list of crates which versions should match. This list will definitely include zenoh itself and tokyo
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently plugin version verification checks rust compiler version, features enabled and zenoh structures version (see plugins/zenoh-plugin-trait/src/compatibility.rs)
It's known that this information is not enough to guarantee compatibility, but on the other hand the full guarantee should include e.g. total equivalence of versions of all crates used, which seems too strict. But at least some crates versions need to be verified. This is report from @Charles-Schleich about zenoh-ts:
We need to add list of crates which versions should match. This list will definitely include zenoh itself and tokyo
The text was updated successfully, but these errors were encountered: