After approx 30sec CFA app stops working
After approx 30sec CFA app stops working. I am using iPhone13 ios13.5.1 Any Idea why this happens, unfortunately I cant provide any logs as the provider still runns like expected.
BR
It seems there is too much CPU usage when running CFAgent-Runner, anybody has the same issue, and Idea why this happens?
symptomsd(SymptomEvaluator)[129] <Notice>: Fatal RESOURCE_NOTIFY trigger for CFAgent-Runner [486] (48000541916 nanoseconds of CPU usage over 53.00s seconds, violating limit of 48000000000 nanoseconds of CPU usage over 60.00s seconds)
Even I am facing the same issue, also I see there is no point posting issues in hea as @nanoscopic no longer supports this project on open source!
I suspect this to be some library issue which is spiking the cpu utilisation, I will let you know if I find something.
Exactly the same issue. The connection freezes after approx. 40+ seconds every time on iPhone 8. No logs on providers side, even with -debug switch on. The problem is indeed:
"cpu ... exceeding limit of 80% cpu over 60 seconds".
Any news on this one? Thanks!
EDIT:
OK, I think have found a workaround. Switching to:
videoMode: "app"
in devices settings in config.json solves this by using a more efficient way of sending video output (I guess). Hence lower CPU usage, hence more stable CFA.
@nanoscopic you do not make this very easy for us - I have spent a lovely weekend playing with the code, reading through github issues, commits and your comments in the code :)