Flush pending Disconnected callback in anticipation of blocking the main thread

pull/8/head
Ryan Kistner 11 years ago
parent 6f8fa5a376
commit 63ab1b0232

@ -335,6 +335,9 @@ namespace DepotDownloader
bConnected = false;
bConnecting = false;
bAborted = true;
// flush callbacks
callbacks.RunCallbacks();
}

Loading…
Cancel
Save