You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are choosing between unsynchronized and synchronized report scheduler by a define in CHIPConfig.h : CHIP_CONFIG_SYNCHRONOUS_REPORTS_ENABLED
We could allow users to define their own scheduler by allowing injection from the app layer by passing a pointer to a reportscheduler implementaiton in the Server::Init()
The text was updated successfully, but these errors were encountered:
We could allow users to define their own scheduler by allowing injection from the app layer
Uh... that is in fact what you have currently implemented, no? You can set any scheduler you want in the params passed to server init. I am very unclear as to what this issue is about @lpbeliveau-silabs .
Currently, we are choosing between unsynchronized and synchronized report scheduler by a define in CHIPConfig.h :
CHIP_CONFIG_SYNCHRONOUS_REPORTS_ENABLED
We could allow users to define their own scheduler by allowing injection from the app layer by passing a pointer to a reportscheduler implementaiton in the Server::Init()
The text was updated successfully, but these errors were encountered: