CeneroLLC / Cenero-App-Kit-Docs

The docs, youknow those things you've been looking for! This is public repository containing no propietary or secure information intended to provide use guides for Cenero Appkit configurations, programming, and builds or CICD
2 stars 11 forks source link

Appkit Storage not loading on new code push #14

Open GenericName123 opened 6 months ago

GenericName123 commented 6 months ago

Appkit storage files intermittently do not load when pushing new code or rebooting. Only present when working on the system, and not once Appkit web page is closed and no new code to push. Possible to build in a safety to catch this and re-pull config file.

GenericName123 commented 5 months ago

I'm able to resolve this issue by sending initialize on a delay. Is it possible the order in my program is what's at the root cause? Appkit main is always first, followed by storage, then the other factories. To clarify, all Appkit is loaded on a programstart or 1 logic. Storage on a delayed start only, resolved storage not loading consistently.