-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
table.getRows({ keys: rKs, filter: rangeFilter }).then((loadedRows) => {
let result = [];
//code follows...
})Error details:
Error: {"created":"@1488456924.703000000","description":"Transport close
d","file":"..\src\core\ext\transport\chttp2\transport\chttp2_transport.c","file_
line":1072}
This error is shown not all the time, but keeping some time idle the browser and accessing getRows throw this error. I am not able get any help regarding this. Can you please help to resolve this error?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.