Skip to content
This repository was archived by the owner on Sep 13, 2020. It is now read-only.

Commit 70028a8

Browse files
author
Damian Kowalewski
committed
fix the closing of push fid on close()
1 parent f471375 commit 70028a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yun/libraries/Parse/src/internal/ParseResponse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void ParseResponse::freeBuffer() {
159159
}
160160

161161
void ParseResponse::close() {
162-
if (client) {
162+
if (client && client != &Parse.pushClient) {
163163
client->close();
164164
}
165165
freeBuffer();

0 commit comments

Comments
 (0)