RPCCallFinished is called when an RPC call is finished being handled. Under certain very rare race conditions it might be called earlier than the actual request processing is finished.
(ctx context.Context)
| 36 | // RPCCallFinished is called when an RPC call is finished being handled. |
| 37 | // Under certain very rare race conditions it might be called earlier than the actual request processing is finished. |
| 38 | RPCCallFinished(ctx context.Context) |
| 39 | } |
| 40 | |
| 41 | func newGrpcInflightLimitCheck(methodLimiter GrpcInflightMethodLimiter, logger log.Logger) *grpcInflightLimitCheck { |
no outgoing calls
no test coverage detected