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.
2 parents 6eb8e86 + 233a7a5 commit a951805Copy full SHA for a951805
recipe/session/testingUtils.go
@@ -24,7 +24,7 @@ import (
24
25
// Testing constants
26
var didGetSessionCallCore = false
27
-var returnedFromCache chan bool
+var returnedFromCache chan bool = make(chan bool, 1000)
28
var urlsAttemptedForJWKSFetch []string
29
30
func resetAll() {
0 commit comments