lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
622 stars 66 forks source link

Switch from using `u64` client id to wrapper `ClientId` type #103

Closed roboteng closed 10 months ago

roboteng commented 10 months ago

fixes: #41

I had a rough time solving the merge conflicts from my last pull request, so I just forced my fork to upstream, that seems to have automatically closed my previous PR.

Changes

I tried to take all the feedback from the previous PR, and apply it to this one

lucaspoffo commented 10 months ago

Thanks! Did some adjustments to pass the CI and moved the type to the lib.rs.