Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ThreadBasedCyclicSendTask using WIN32 API cannot handle period smalle…
…r than 1 ms (#1847) Using a win32 SetWaitableTimer with a period of `0` means that the timer will only be signaled once. This will make the `ThreadBasedCyclicSendTask` to only send one message.
- Loading branch information