Merge tag '1.4.3' into develop

1.4.3
This commit is contained in:
ntr
2019-09-14 18:54:40 +10:00
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
1.4.2 1.4.3
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "mnml-client", "name": "mnml-client",
"version": "1.4.2", "version": "1.4.3",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "mnml-client", "name": "mnml-client",
"version": "1.4.2", "version": "1.4.3",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
+1 -1
View File
@@ -213,7 +213,7 @@ function createSocket(events) {
let pongTimeout; let pongTimeout;
function onPong() { function onPong() {
events.setPing(Date.now() - ping); events.setPing(Date.now() - ping);
pongTimeout = setTimeout(sendPing, 10000); pongTimeout = setTimeout(sendPing, 1000);
} }
// ------------- // -------------
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "mnml-ops", "name": "mnml-ops",
"version": "1.4.2", "version": "1.4.3",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "mnml" name = "mnml"
version = "1.4.2" version = "1.4.3"
authors = ["ntr <ntr@smokestack.io>"] authors = ["ntr <ntr@smokestack.io>"]
[dependencies] [dependencies]