fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
19 stars 18 forks source link

WebUI always seems to re-subscribe #136

Open cstenglein opened 2 years ago

cstenglein commented 2 years ago

image

Could it be because of the token?

cstenglein commented 2 years ago

Looks more like a load issue so the blitz is dropping the connection all the time under high load.

Didn't experience this after I used my case on my Pi again which dropped the temp by 20 degree

fusion44 commented 2 years ago

I don't think I can do anything about this. The OS must leave enough power for the API to process its events. It could be that the ping events don't arrive as necessary.

cstenglein commented 2 years ago

Related to https://github.com/rootzoll/raspiblitz/issues/3255