Commit a1a2292
fix(storage): force first message on next sendBuffer when nothing sent on current (googleapis#11871)
* fix(storage): force first message on next sendBuffer when nothing is sent
If nothing is sent but the stream is reconnected, next send will not recognize the stream as reconnected without this change.
* remove reconnected var
---------
Co-authored-by: Chris Cotter <cjcotter@google.com>1 parent 41ef5f0 commit a1a2292
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2839 | 2839 | | |
2840 | 2840 | | |
2841 | 2841 | | |
2842 | | - | |
2843 | 2842 | | |
2844 | 2843 | | |
2845 | 2844 | | |
| |||
2850 | 2849 | | |
2851 | 2850 | | |
2852 | 2851 | | |
2853 | | - | |
| 2852 | + | |
2854 | 2853 | | |
2855 | 2854 | | |
2856 | 2855 | | |
| |||
2868 | 2867 | | |
2869 | 2868 | | |
2870 | 2869 | | |
2871 | | - | |
| 2870 | + | |
2872 | 2871 | | |
2873 | 2872 | | |
2874 | 2873 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
616 | | - | |
617 | | - | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
618 | 619 | | |
619 | 620 | | |
620 | 621 | | |
| |||
0 commit comments