heroku-python / flask-sockets

[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock
MIT License
1.74k stars 167 forks source link

Incompatibility with Flask 2.0 #80

Open mcejp opened 3 years ago

mcejp commented 3 years ago

Flask 2.0, which has been recently released, changes the prototype of Blueprint.register

This triggers an exception on this line: https://github.com/heroku-python/flask-sockets/blob/003660b70bbe16e218fb8b28377603e86e9d1b36/flask_sockets.py#L100

edmorley commented 2 years ago

For anyone looking for a replacement to this (deprecated) project, I would check out: https://github.com/miguelgrinberg/flask-sock