lucaspoffo / renet

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

Renet. Windows. Stack overlflow. #138

Open LedinecMing opened 6 months ago

LedinecMing commented 6 months ago

I have added renet for networking to my project and it worked as a charm on my linux machine, however, when tested on windows networking gives me a stack overflow. Stack overflow happens on side of host.

Please help me to determine cause of this issue. My network code can be found here

thread 'main' overflowed its stack

lucaspoffo commented 6 months ago

Hey, Did you manage to fix the problem? Could you give a more detailed log otherwise?