Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: create inFlightSeek on stream reinitialize (#35)
When a stream reconnects, a seek request is made on occasion. We need to set an inFlightSeek, otherwise we run into the following permanent error: https://github.com/googleapis/java-pubsublite/blob/master/google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/internal/wire/SubscriberImpl.java#L211
- Loading branch information