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

Release 0.18 #142

Closed connorcarpenter closed 1 year ago

connorcarpenter commented 1 year ago

This release implements Message Fragmentation over Reliable Message Channels. The maximum Message size is now ~500 MB.

This PR will close out the following issues: https://github.com/naia-lib/naia/issues/105 https://github.com/naia-lib/naia/issues/67