Socket.IO integration for Flask applications.
-
Updated
Aug 24, 2021 - Python
Just run this project locally and hunt a bug and fix it.
Add a description, image, and links to the flask-socketio topic page so that developers can more easily learn about it.
To associate your repository with the flask-socketio topic, visit your repo's landing page and select "manage topics."
Problem statement
Asynction's documentation claims that the package is compatible with versions of python that are 3.7 or higher.
However, there is no check in the CI that verifies this claim.
Proposed solution
Introduce a matrix strategy in the tests GitHub actions workflow of the repository. See [he