Rebuilt Flask Server Backend to use Eventlet for Higher Performance Websocket / API Data Ingestion #16
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The development version of Flask just isnt built for huge streams of data, so if there were dozens of agents and collectors sending data via API calls and websockets, Flask would choke with "Assertion Failure"s. This needs to be fixed at some point so that the screenshot nodes can handle larger screenshots (e.g. fullscreen screenshots) which it currently chokes on.
Implemented