[Question] PubSub mechanism doesn't work when publishing to web.. #4038
Unanswered
jjjunehkim
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I have a problem while testing the operation of the PubSub mechanism.
When I run the Python script, it operates normally.
When I connect the files built with "flet build web" to the server (python -m http.server) and run a chat, messages cannot be sent to the other computer.
The code I tried is a sample code from the homepage (https://flet.dev/docs/cookbook/pub-sub/).
system environment
flutter : 3.24.2
flet : 0.24.1
OS : window11
Code sample
Error message
No error messase. it just doesn't work
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions