We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
db.Session
The way we pass db.Session to actions is currently broken.
Clone()
context.Context
We should talk about a new design (possibly something like in #1861).
The text was updated successfully, but these errors were encountered:
@bartekn do you think this still applies, I recall the actions having a helper for this.
Sorry, something went wrong.
No branches or pull requests
The way we pass
db.Session
to actions is currently broken.Clone()
it like in services/horizon: Clone DB session for each history endpoint request #2652 or services/horizon: Get historyQ from request, making sure that we use a clone of db.Session. #2743).context.Context
to pass it to actions.We should talk about a new design (possibly something like in #1861).
The text was updated successfully, but these errors were encountered: