miguelgrinberg / flask-sock

Modern WebSocket support for Flask.
MIT License
272 stars 24 forks source link

Unexpected behavior #40

Open Yakabuff opened 1 year ago

Yakabuff commented 1 year ago

I tried copying your example (https://blog.miguelgrinberg.com/post/add-a-websocket-route-to-your-flask-2-x-application) and it just spams the page with this rendering the entire browser unresponsive. Any idea why? image

miguelgrinberg commented 1 year ago

Did you make any changes to the code? Did you try one of the examples in this repository?