Right now the afb-daemon default session count is 10.
For windowmanager-service and homescreen-service, I think every application should use them. So if there are 11 applications installed in the target board. The 11st application can not connect to windowmanager-service or homescreen-service.
Solution is manually adding "--session-max=20 \" to windowmanager-service file or homescreen-service file. This will work not good IMO.
Is there any solution by modify max session count when install the service wgt?
Environment
None
Activity
Show:
Xin Zhou
March 26, 2019 at 5:54 AM
Fixed
jose bollo
July 12, 2018 at 8:42 AM
@Xin Zhou I agree that managing it in config.xml is a serious option.
I propose to wait a little time that behaviour of sessions stabilize before adding a new permission/feature.
Xin Zhou
June 15, 2018 at 12:49 AM
@Romain Forlot Sorry for mis-assigned.
@jose bollo Change to 200 will work. Thanks very much.
What ablout change this max-session number in config.xml, so application developer can change it in personally.
jose bollo
June 14, 2018 at 6:35 AM
I updated in the latest version the maximum count of session to be equal to 200.
Right now the afb-daemon default session count is 10.
For windowmanager-service and homescreen-service, I think every application should use them. So if there are 11 applications installed in the target board. The 11st application can not connect to windowmanager-service or homescreen-service.
Solution is manually adding "--session-max=20 \" to windowmanager-service file or homescreen-service file. This will work not good IMO.
Is there any solution by modify max session count when install the service wgt?