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 f6dcb38 commit 26703f5Copy full SHA for 26703f5
packages/database/src/core/PersistentConnection.ts
@@ -233,11 +233,6 @@ export class PersistentConnection extends ServerActions {
233
this.outstandingGets_ = [];
234
}
235
this.log_('get ' + index + ' timed out on connection');
236
- // It's possible that we were once able to reach the server,
237
- // but not anymore. If that's the case, the client could have
238
- // an active listener with cached data for this get. The Repo
239
- // will try to retrieve this cached data if we can't connect
240
- // here.
241
deferred.reject(new Error('Client is offline.'));
242
}, GET_CONNECT_TIMEOUT);
243
0 commit comments