jsonrpc2-ws
Advanced tools
Comparing version 1.0.0-beta16 to 1.0.0-beta17
@@ -190,3 +190,5 @@ "use strict"; | ||
socket._pongAt = -1; | ||
socket.ws.ping(); | ||
if (socket.isOpen()) { | ||
socket.ws.ping(); | ||
} | ||
} | ||
@@ -193,0 +195,0 @@ this._lastPingAt = Date.now(); |
{ | ||
"name": "jsonrpc2-ws", | ||
"version": "1.0.0-beta16", | ||
"version": "1.0.0-beta17", | ||
"description": "Yet Another Server Library which Implementation of JSON-RPC 2.0 over WebSocket for Node.js (w/ TypeScript)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
70209
1327