We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fac8a commit dea4e49Copy full SHA for dea4e49
src/LiveQuery/ParseWebSocketServer.js
@@ -16,7 +16,7 @@ export class ParseWebSocketServer {
16
wss.onConnection = ws => {
17
ws.waitingForPong = false;
18
ws.on('pong', () => {
19
- this.waitingForPong = false;
+ ws.waitingForPong = false;
20
});
21
ws.on('error', error => {
22
logger.error(error.message);
0 commit comments