Commit ba4f5b8
authored
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#L2111 parent b3b064f commit ba4f5b8
File tree
1 file changed
+5
-1
lines changed- google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/internal/wire
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
| |||
0 commit comments