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 c635c9f commit 5c57ea8Copy full SHA for 5c57ea8
packages/common/src/client/sync/stream/AbstractStreamingSyncImplementation.ts
@@ -414,7 +414,7 @@ The next upload iteration will be delayed.`);
414
// Return a promise that resolves when the connection status is updated to indicate that we're connected.
415
return new Promise<void>((resolve) => {
416
const disposer = this.registerListener({
417
- statusChanged(status) {
+ statusChanged: (status) => {
418
if (status.dataFlowStatus.downloadError != null) {
419
this.logger.warn('Initial connect attempt did not successfully connect to server');
420
} else if (status.connecting) {
0 commit comments