Skip to content

Conversation

@ceibay
Copy link

@ceibay ceibay commented Nov 24, 2019

Add 1 seconds delay in set_SysVar( ) function to fix the system setting error in following case.

[Issue case]
set_SysVar(domain1, sysVar1, 1)
set_SysVar(domain2, sysVar2, 2)
set_SysVar(domain3, sysVar3, 3)
...
In above case, consecutive system variable setting may result in setting error.

Add 1 seconds delay in set_SysVar( ) function to fix the system setting error in following case.

[Issue case]
set_SysVar(domain1, sysVar1, 1)
set_SysVar(domain2, sysVar2, 2)
set_SysVar(domain3, sysVar3, 3)
...
In above case, consecutive system variable setting may result in setting error.
@ceibay
Copy link
Author

ceibay commented Nov 24, 2019

After adding 1 second delay, set_SysVar() function is working well in consecutive system variables setting case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant