grpc: cancel stream when done

This commit is contained in:
ginuerzh
2022-12-30 19:38:51 +08:00
parent a795923980
commit 44fca4e04c
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20
require (
github.com/go-gost/core v0.0.0-20221221101823-36ed0eae2dec
github.com/go-gost/x v0.0.0-20221223105658-bb106e2d89b5
github.com/go-gost/x v0.0.0-20221230113448-3b245ec38190
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)