Skip to content

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

Open
ceibay wants to merge 1 commit into
hmq2018:masterfrom
ceibay:master
Open

Fix the system variable setting error in consecutive setting case#1
ceibay wants to merge 1 commit into
hmq2018:masterfrom
ceibay:master

Conversation

@ceibay
Copy link
Copy Markdown

@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
Copy Markdown
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