Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-firestore: fix hanging connector on streamChanges error
When an error occurs in StreamChanges, we had previously failed to call `Done` on the `streamsInCatchup` `WaitGroup`. This resulted in the connector hanging indefinitely and refusing to exit. This is a quick and dirty fix to hopefully fix the most acute issues.
- Loading branch information