Tomash667 / carpg

Combination of action rpg with roguelike.
https://carpg.pl
MIT License
16 stars 15 forks source link

Client loading resources timeout #396

Closed Tomash667 closed 4 years ago

Tomash667 commented 4 years ago

Server waits for 10 seconds before kicking client out. If there is many things to load & slow hdd it may kick client that will load.

Add some ping to inform server that client is still loading. On the other hand it may be bad if hacked client can keep server waiting for long time.

NTH: