Replies: 1 comment 4 replies
-
@gabyx IIRC, the only time a So, assuming you made sure you got at least one instance of the Does that make sense? |
Beta Was this translation helpful? Give feedback.
-
@gabyx IIRC, the only time a So, assuming you made sure you got at least one instance of the Does that make sense? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question regarding the
and the line in the example:
https://github.com/lestrrat-go/jwx/blob/develop/v3/examples/jwk_cached_set_example_test.go#L64
Question:
When the resource(s) of
cached
underneath becomes unavailable, what happens to a callcached.Key(...)
. Will it block for ever? It seems so because thecached
function above usescontext.Background()
onReady()
?Why does
cached()
not use a configurable timeout, such that it does not hang?How do you deal with unsuccessful requests to resources in the internal workers, when using this
NewCachedSet
?Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions