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 is not working well after pynecone 0.1.24 -> 0.1.27 #57

Closed
milochen0418 opened this issue Apr 28, 2023 · 3 comments
Closed

chatroom is not working well after pynecone 0.1.24 -> 0.1.27 #57

milochen0418 opened this issue Apr 28, 2023 · 3 comments

Comments

@milochen0418
Copy link
Contributor

The chatroom is working well in the following condition

pynecone==0.1.24
bun==5.9
node==12.22.12

If we change to use pynecone==0.1.27, then it cannot work.
The following is the condition.

pynecone==0.1.24
bun==5.9
node==12.22.12
@masenf
Copy link
Collaborator

masenf commented Apr 30, 2023

State.process changed to State._process between 1.0.24 and 1.0.27

@milochen0418
Copy link
Contributor Author

Thanks ~ you are right

@milochen0418
Copy link
Contributor Author

By suggestion from masenf,
the following commit code can solve this issue
9eaad8e

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

No branches or pull requests

2 participants