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

Add ipv6 support for wasm socket client #72

Closed Gonzih closed 2 years ago

Gonzih commented 2 years ago

Fix for #51

Just copied regex from https://github.com/FF-AntiK/naia-1/blob/ipv6_support/socket/client/src/wasm_utils.rs#L8

Cheers!