Commit 4ec6edb
Correct call to RemoteSender - streamId and initialRemoteRequested (#210)
Correct call to RemoteSender - streamId and initialRemoteRequested
Seems like a typo
Two constructors are
```
public RemoteSender(Publisher<Frame> originalSource, Runnable cleanup, int streamId, int initialRemoteRequested) {
public RemoteSender(Publisher<Frame> originalSource, Runnable cleanup, int streamId) {
```1 parent 0b80c06 commit 4ec6edb
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments