Replies: 1 comment
-
|
Ok so here is the thing... htmx needs a real websocket and socketio is not a true websocket try flask-sock instead https://github.com/miguelgrinberg/flask-sock/issues |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I tried fastapi and flask-sockets, they works
tried htmx(1.6.0 and 1.6.1) with flask-socketio, does not work,
when async_mode
WebSocket is already in CLOSING or CLOSED state., butclient.pyworks.the script is here
https://github.com/alitrack/htmx_ws
Beta Was this translation helpful? Give feedback.
All reactions