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 pull request adds support for the waitForAllAcked() method in the publisher API to allow clients to block until all published messages are acknowledged (or until a timeout occurs).
- Adds type definitions for waitForAllAcked() in the TypeScript tests.
- Implements and exposes waitForAllAcked() in the C++ bindings and in the JavaScript publisher class.
- Introduces a new test case validating the waitForAllAcked() behavior.
Fix: #1137
0 commit comments