You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes timing and property access errors in example code. The changes correct a timer interval misconfiguration and fix incorrect property access in action client feedback handling.
- Fixed timer interval from 1 millisecond to 1 second (1 billion nanoseconds)
- Corrected feedback message property access by removing redundant `.feedback` accessor
Fix: #1204
0 commit comments