This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Storage is pushed on localbus
#5
(24.12.2021, 08:28)admin Wrote: All global variables in resident scripts are retained after each loop. Only script restart clears these variables. So I'm not sure whether storage is needed at all. Alternatively you can add app: prefix to the storage key. Such keys are sent over localbus. For example:
Code:
storage.set('app:dailyInjection', dailyInjection)

You mean "Such keys are not sent over localbus"? because they're not  Rolleyes
Reply


Messages In This Thread
Storage is pushed on localbus - by Smeagol - 23.12.2021, 19:00
RE: Storage is pushed on localbus - by admin - 24.12.2021, 08:28
RE: Storage is pushed on localbus - by Bitver - 24.12.2021, 15:07
RE: Storage is pushed on localbus - by admin - 24.12.2021, 15:10

Forum Jump: