Skip to content

Instantly share code, notes, and snippets.

@Shilo
Created February 26, 2018 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shilo/6c73a60841ce5897a7b59028d47f9dce to your computer and use it in GitHub Desktop.
Save Shilo/6c73a60841ce5897a7b59028d47f9dce to your computer and use it in GitHub Desktop.
Vylocity snippet to track ping/latency.
client
send data
Date.now()
Server
Send back Date.now()
Client
"Ping:"+ Date.now()-Math.float(Data)+"ms"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment