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

feat: add support for async state #5

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

eduwoll
Copy link
Contributor

@eduwoll eduwoll commented Oct 2, 2023

Async state is needed when the application is hosted in stateless servers, so the state can be persisted in a database.
I saw this problem while testing my application after deploying to fly.io, the in-memory state was not persisted between requests.

@bogeychan
Copy link
Owner

Hi 👋, thanks for your contribution! LGTM

this will be published within the next few minutes → 0.0.14

@bogeychan bogeychan merged commit 09a0df1 into bogeychan:master Oct 2, 2023
@eduwoll eduwoll deleted the feat/async-state branch October 2, 2023 23:27
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