Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an API to the BDX transfer session so that a caller can get the next output event generated by the TransferSession state machine without polling. #35461

Closed
nivi-apple opened this issue Sep 6, 2024 · 0 comments · Fixed by #35462
Assignees

Comments

@nivi-apple
Copy link
Contributor

Currently, there is a PollOutput API which requires the caller to poll frequently to get the next output event generated by the TransferSession and the caller needs to wait up to the polling interval to get the next output event which makes the BDX transfer slower. We would like to add an asynchronous transfer facilitator that can use an event driven approach to drive the BDX transfer and be able to get the next output event on demand rather than waiting on a polling based mechanism.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant