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",
"version": "1.4.2",
"version": "1.4.3",
"description": "",
"main": "index.js",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mnml-client",
"version": "1.4.2",
"version": "1.4.3",
"description": "",
"main": "index.js",
"scripts": {
+1 -1
View File
@@ -213,7 +213,7 @@ function createSocket(events) {
let pongTimeout;
function onPong() {
events.setPing(Date.now() - ping);
pongTimeout = setTimeout(sendPing, 10000);
pongTimeout = setTimeout(sendPing, 1000);
}
// -------------
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mnml-ops",
"version": "1.4.2",
"version": "1.4.3",
"description": "",
"main": "index.js",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "mnml"
version = "1.4.2"
version = "1.4.3"
authors = ["ntr <ntr@smokestack.io>"]
[dependencies]