Describe the bug
SDO-timout of SDDO download request are not always good.
To Reproduce
Steps to reproduce the behavior:
- try to send every 1ms a SDO request as client
- use a timeout of 10ms
- disabling device that should answer
- timeout should be 10ms, but it is not!
Expected behavior
after disabling device the timeout should be 10ms.
Additional context
Removing the timer in COCSdoTransferFinalize() function seems to fix the problem.
Timing seems ok then.