mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update PR
* Log post running cleanupCurlHandle()
This commit is contained in:
parent
9434c0841d
commit
a0418c506e
1 changed files with 2 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ private:
|
|||
logSocketIOOutput("Stop requested; shutting down run() loop");
|
||||
collectException(self.ws.close(1000, "stop-requested"));
|
||||
collectException(self.ws.cleanupCurlHandle());
|
||||
logSocketIOOutput("Cleaned up an instance of a CurlWebSocket object via cleanupCurlHandle()");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -294,6 +295,7 @@ private:
|
|||
logSocketIOOutput("Detected new notificationUrl; reconnecting");
|
||||
collectException(self.ws.close(1000, "reconnect"));
|
||||
collectException(self.ws.cleanupCurlHandle());
|
||||
logSocketIOOutput("Cleaned up an instance of a CurlWebSocket object via cleanupCurlHandle()");
|
||||
|
||||
// Establish a fresh connection and handshakes
|
||||
self.currentNotifUrl = self.appConfig.websocketNotificationUrl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue