You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
There is a bug in the framework when using the CachingDocumentLoader from json-gold that causes the server to panic and die.
It turns out the framework is automatically creating a CachingDocumentLoader and always adding the context we need (https://w3id.org/security/v1, https://w3id.org/security/v2). It's not safe to use the same CachingDocumentLoader instance across all verifications in different goroutines.
The text was updated successfully, but these errors were encountered:
There is a bug in the framework when using the
CachingDocumentLoader
from json-gold that causes the server to panic and die.It turns out the framework is automatically creating a
CachingDocumentLoader
and always adding the context we need (https://w3id.org/security/v1, https://w3id.org/security/v2). It's not safe to use the sameCachingDocumentLoader
instance across all verifications in different goroutines.The text was updated successfully, but these errors were encountered: