p0wer0xff
p0wer0xff
sometime ago, somewhere we broke the compatibility between socket.io versions in flask and js. also, we apparently need a cors header now. [CORS:](https://github.com/siemens/fluffi/blob/f4781fc2a9755275dc9c11a71ee08358892f31e8/srv/fluffi/data/dashsync/main.py#L28) `socketio = SocketIO(app, cors_allowed_origins="*")` [socket.io](https://github.com/siemens/fluffi/blame/f4781fc2a9755275dc9c11a71ee08358892f31e8/srv/fluffi/data/fluffiweb/app/get_static_dependencies.sh#L105): slim is...
When something goes wrong, FLUFFI generates so many log entries per second that it gets hard to see what is actually going wrong.  Maybe we need to implement some...