Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #53 from openfresh/feature/fix_increment_grpc
Browse files Browse the repository at this point in the history
fix increment grpc connection bug
  • Loading branch information
stormcat24 authored Jun 29, 2017
2 parents f027ef9 + 49183c0 commit a0625ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func IncConnectionSSE() {
}

func IncConnectionGRPC() {
atomic.AddInt64(&connectionsSSE, 1)
atomic.AddInt64(&connectionsGRPC, 1)
}

func DecConnection() {
Expand Down

0 comments on commit a0625ee

Please sign in to comment.