Commit 2228dbd
test(audience): concurrent FlushAsync must serialise on _sendInFlight
Pin the H2-A fix (commit f58260d5): two parallel FlushAsync calls must
not both issue HTTP POSTs against the same on-disk batch.
BlockingHandler blocks in SendAsync until released. First FlushAsync
enters; second starts and must wait on the gate; RequestCount stays at 1.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5191a29 commit 2228dbd
1 file changed
Lines changed: 33 additions & 0 deletions
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
897 | 930 | | |
898 | 931 | | |
899 | 932 | | |
| |||
0 commit comments