lucaspoffo / renet

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

Fix timeout error when connecting with client to server. #131

Closed Oglo12 closed 7 months ago

Oglo12 commented 10 months ago

In the old version of the README, there would be a timeout error for no reason when trying to run the example in the README. It turns out that is not an issue in the echo.rs example, so I tested it, and found the fix!

lucaspoffo commented 7 months ago

Hey, thanks for the PR

I already added a sleep in the README in b873925ebcf65d5ddb21b3adac9e8bff8de2e83f that should fix this when people copy the code.