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

chatroom: State._process is an async generator #124

Merged
merged 2 commits into from
Jul 6, 2023

Conversation

masenf
Copy link
Collaborator

@masenf masenf commented Jun 28, 2023

use async for construct when iterating through state updates generated from processing events.

use form and on_submit to get easy enter-button send functionality

fixes #124

use `async for` construct when iterating through state updates generated from
processing events.

use form and on_submit to get easy enter-button send functionality
Copy link
Contributor

@milochen0418 milochen0418 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2023-06-29 at 12 31 06 PM It works ~

@Lendemor Lendemor merged commit a301ac8 into reflex-dev:main Jul 6, 2023
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.

None yet

3 participants