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 6eb8e86 commit 233a7a5Copy full SHA for 233a7a5
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