We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddae7fe commit 9183b16Copy full SHA for 9183b16
subscription_metrics_test.go
@@ -7,6 +7,8 @@ import (
7
)
8
9
func TestWebSocketStats(t *testing.T) {
10
+ ResetWebSocketStats()
11
+
12
for i := 0; i < 10; i++ {
13
defaultWebSocketStats.AddActiveConnection(uuid.New())
14
}
0 commit comments