mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Removed Async[websocket/http] due to excessive require times and reliablity issues on Windows
This commit is contained in:
@@ -42,6 +42,8 @@ class W3DHub
|
||||
end
|
||||
|
||||
def send_ping(force_ping = false)
|
||||
return
|
||||
|
||||
if force_ping || Gosu.milliseconds - @last_pinged >= @ping_interval
|
||||
@last_pinged = Gosu.milliseconds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user