Skip to content

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

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

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

Conversation

@ceibay

@ceibay ceibay commented Nov 24, 2019

Copy link
Copy Markdown

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

ceibay commented Nov 24, 2019

Copy link
Copy Markdown
Author

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

@ceibay ceibay closed this by deleting the head repository May 16, 2026
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