docs.rs failed to build bevy_connect-0.16.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
bevy_connect-0.17.0
bevy_connect
A session based communication plugin.
Sessions are unique per user defined message types, so it is possible to have different message structs and each one of them will create a separate session.
Each session is a unique connection, ie a channel. Every message in the channel will be sequential (tcp stream based).