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
Handle the output event of type TransferSession::OutputEventType::kIn… (#37324)
* Handle the output event of type TransferSession::OutputEventType::kInternalError in the ProcessOuputEvents processing loop
- The transfer session state machine generates an output event of type TransferSession::OutputEventType::kInternalError in
certain error scenarios which put the transfer session in a bad state and when that happens, we need to unwind the processing
loop for events and clean up.
* Update src/protocols/bdx/AsyncTransferFacilitator.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Address review comments
* Update src/protocols/bdx/AsyncTransferFacilitator.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
---------
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
0 commit comments