Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(go-grpc-server): always close resultChan
By not closing the channel, if a server not implementing PredictStream receives a client call would hang indefinetly as would wait for resultChan to be consumed. If the prediction stream returns we close the channel now and we wait for the goroutine to finish.
- Loading branch information