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
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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: