You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: