xliao
xliao
Can you describe your use case in more detail so that I can try to reproduce it?
I see. I'll review the algorithm and see what I can do.
I patched your change with the following code and now the traceback's back. Thanks. ```python from contextlib import asynccontextmanager as asynccontextmanager from typing import AsyncGenerator, ContextManager, TypeVar import anyio from...
> Did you try re-applying this? Because I've tried several times to replicate the issue without success. Do you have any more context around this to share that might help...
哈哈,我看到抓手想到的也是 handle
Same problem here.
/assign @nckturner
> From a functionality perspective, how useful is it to allow authenticator to keep running on stale value? When the authenticator process/pod restarts, the new authenticator cannot really parse the...