Flask 2.0, which has been recently released, [changes the prototype of Blueprint.register](https://github.com/pallets/flask/blob/d575de5159a6e40944275763c9ada2801214058b/src/flask/blueprints.py#L255) This triggers an exception on this line: https://github.com/heroku-python/flask-sockets/blob/003660b70bbe16e218fb8b28377603e86e9d1b36/flask_sockets.py#L100
Flask 2.0, which has been recently released, changes the prototype of Blueprint.register
This triggers an exception on this line:
flask-sockets/flask_sockets.py
Line 100 in 003660b