1 Answer
- Newest
- Most votes
- Most comments
0
Using the AWS C++ SDK, there is no direct way to interrupt or abort a long-polling receiveMessagesAsync call once it has been initiated. The SDK does not provide a mechanism to cancel or interrupt an ongoing asynchronous operation.
For this, you would need to have a custom implementation where you would need to monitor the state of your application and signal the need to abort the long-polling operation.
answered 2 years ago
Relevant content
- asked 7 years ago
- asked 2 years ago
- asked 6 months ago
- AWS OFFICIALUpdated 5 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 years ago
