Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[apache#1764] fix(client): Fix timeout time unit for unregister reque…
…sts (apache#1766) ### What changes were proposed in this pull request? Method `ThreadUtils.executeTasks` expects milliseconds, but seconds are given. ### Why are the changes needed? Requests are interrupted before the configured timeout passes. Fix: apache#1764 ### Does this PR introduce _any_ user-facing change? Configured timeout is respected. ### How was this patch tested? Manually tested.
- Loading branch information