-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Contextual Stream handling, Goroutine Leak Prevention (#49)
* This PR modifies the generated streaming servers and clients to contain a `CloseChannel` method that returns a channel that will notify when the underlying connection is closed - whether it's on purpose or due to an error. Signed-off-by: Shivansh Vij <shivanshvij@loopholelabs.io> * This PR modifies the generated streaming servers and clients to contain a `CloseChannel` method that returns a channel that will notify when the underlying connection is closed - whether it's on purpose or due to an error. Signed-off-by: Shivansh Vij <shivanshvij@loopholelabs.io> * Making sure goroutines exit properly, adding stream context handling Signed-off-by: Shivansh Vij <shivanshvij@loopholelabs.io> * Bumping frisbee version and updating current_version for release Signed-off-by: Shivansh Vij <shivanshvij@loopholelabs.io> --------- Signed-off-by: Shivansh Vij <shivanshvij@loopholelabs.io> Signed-off-by: Shivansh Vij <shivanshvij@outlook.com>
- Loading branch information
1 parent
2192a04
commit e4e8578
Showing
10 changed files
with
114 additions
and
81 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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.