Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the system variable setting error in consecutive setting case #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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