Sha256: b0202c312c30c65073d5bb02de5c9e04fb14267ad3d4f650eee1a8edb54d6289
Contents?: true
Size: 420 Bytes
Versions: 2
Compression:
Stored size: 420 Bytes
Contents
//############################################### //------------------ PING ---------------------- const PING_CHECK_FQ = 5000;; //ms -> 5s const PING_PARAMS = "";; var ping_last_check = 0;; fun pingCheck= let PING_CHECK_FQ -> ping_check_fq in if ((time_ms - ping_last_check) > ping_check_fq) then ( httprequest "GET" (pingUrl PING_PARAMS) "" #_cbHttp HTTP_NORMAL; set ping_last_check = time_ms ) ;;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nabaztag_hack_kit-0.1.0.alpha2 | bytecode/lib/ping.mtl |
nabaztag_hack_kit-0.1.0.alpha1 | bytecode/lib/ping.mtl |