naia-lib / naia

a cross-platform (including Wasm!) networking library built in Rust. Intended to make multiplayer game development dead-simple & lightning-fast
Apache License 2.0
878 stars 58 forks source link

expose `disconnect` of naia-client for bevy #69

Closed Madoshakalaka closed 2 years ago

Madoshakalaka commented 2 years ago

36 makes clients able to disconnect, this is not exposed for bevy clients however.

connorcarpenter commented 2 years ago

Thank you for this :)