-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Reset the retry counter to 0 when receiving data (#1604)
* Commented out for testing * Add a bunch of logs * more logs * Save the logs on a branch * Add mechanism for setting retries to 0 * Logging for unique bug * First part of the cleanup * Remove more console logs * Remove the testExample test * Remove variable * Return package.json back to the way it was * Add comment * Eliminate console logs and comments * Change the test to expect something more specific * Adjust test with one little change * Get rid of the commented code * Remove space * Remove indent * Preserve existing behaviour for data events * Update gax/test/test-application/src/index.ts Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --------- Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
- Loading branch information
1 parent
097516a
commit 13b5d23
Showing
3 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters