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
When having multiple concurrent requests to the same endpoint that contains the parser, it will cause fatal error: concurrent map writes since the same claims will be accessed by all requests at the same time. Here is some code to reproduce it:
Hello,
When having multiple concurrent requests to the same endpoint that contains the parser, it will cause
fatal error: concurrent map writes
since the same claims will be accessed by all requests at the same time. Here is some code to reproduce it:Maybe use a factory instead of directly passing the claims?
Thanks!
The text was updated successfully, but these errors were encountered: