server freezes during internet card timeout
igorkll opened this issue ยท 2 comments
command: wget http://8.8.8.8/ /tmp/test
causes the server to freeze violently for about 10 seconds
so far, I've only checked in a single player game, but apparently the hang is on the server side
I had the same issue in single player, I was using wget
command to query my webserver, I saw that a connection was made but my webserver never progressed to fulfilling the request as if it was waiting for more data.
After waiting a while for my game to respond I gave up and decided to terminate, only then did my webserver fulfilled the request, when I relaunched, I was unable to replicate the issue.