Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Thread local variables instead of Fibers #568

Merged
merged 1 commit into from
May 29, 2021
Merged

Use Thread local variables instead of Fibers #568

merged 1 commit into from
May 29, 2021

Conversation

arathunku
Copy link
Contributor

GraphQL added a fiber-based batch loading API in one of their recent releases.

Currently, Audited uses Fiber local state instead of Thread local state and is missing information during an audit.

I've fixed this by adding specs and changing store to Thread.

@arathunku
Copy link
Contributor Author

There are CI failures but they don't look related?

@danielmorrison danielmorrison merged commit 1379a5f into collectiveidea:master May 29, 2021
@arathunku arathunku deleted the fix-fiber-local-state branch June 7, 2021 09:41
@arathunku
Copy link
Contributor Author

thanks @danielmorrison!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants