-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement flow control to fix deadlock issues that can happen with st…
…reaming RPCs (#11) Note: this commit is _not_ compatible with v0.1.0. Users should first upgrade all clients and servers to v0.2.0 before attempting to use this change.
- Loading branch information
Showing
16 changed files
with
1,765 additions
and
628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ vet: | |
|
||
.PHONY: staticcheck | ||
staticcheck: | ||
@go install honnef.co/go/tools/cmd/[email protected].0 | ||
@go install honnef.co/go/tools/cmd/[email protected].6 | ||
staticcheck ./... | ||
|
||
.PHONY: ineffassign | ||
|
@@ -53,7 +53,6 @@ test: | |
|
||
.PHONY: generate | ||
generate: | ||
cd proto && buf generate | ||
go generate ./... | ||
|
||
.PHONY: testcover | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.