Cargo Features

[dependencies]
bevy_quinnet = { version = "0.8.0", default-features = false, features = ["shared-client-id"] }
default = shared-client-id

The shared-client-id feature is set by default whenever bevy_quinnet is added without default-features = false somewhere in the dependency tree.

shared-client-id default

Server sends the client id to the client, client wait for it before being “connected”