FredyH / GWSockets

WebSockets for GLua
MIT License
87 stars 7 forks source link

Intermitent connection issues on windows and linux (32bit and 64bit) #12

Closed NoSharp closed 4 years ago

NoSharp commented 4 years ago

Even, when pasting the EXACT example, nothing would happen.

TrixterTheTux commented 4 years ago

It only works when the server isn't hibernating. One way to avoid hibernation while there are no players on the server is to run sv_hibernate_think 1.

NoSharp commented 4 years ago

That fixed it :)