miguelgrinberg / flask-sock

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

response time slows down after time #42

Open acierp opened 1 year ago

acierp commented 1 year ago

after sometime time, emitting becomes veryyy slow and affects the entire webserver. the only fix i've found to this is restarting after an interval.

miguelgrinberg commented 1 year ago

This is likely a performance issue or bug in your application. Unfortunately a vague description of the problem is not enough for me to investigate. Please provide exact details and code to test with.