SLikeSoft / SLikeNet

SLikeNetâ„¢ is an Open Source/Free Software cross-platform network engine written in C++ and specifially designed for games (and applications which have comparable requirements on a network engine like games) building upon the discontinued RakNet network engine which had more than 13 years of active development.
https://www.slikenet.com/
Other
390 stars 62 forks source link

Timeouts cannot be detected inside the client #31

Closed 0x416c69 closed 6 years ago

0x416c69 commented 6 years ago

Hi again.

I'm encountering a problem while detecting a timed out connection, I mean I want to be noticed when the server is timed out, I already tried packet ID_CONNECTION_LOST but it's not working, it just never calls.

0x416c69 commented 6 years ago

The problem was my code, sorry. I'm closing.

Luke1410 commented 6 years ago

Good to hear you solved the issue. Don't hesitate to report any issue you might run into in the future.