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
Just curious why there aren't Async versions of acknowledgements back to the broker - I see that calling Complete or Accept/Reject/Release/Modify on the ReceiverLink all return void and run synchronously - but I would think since its sending an acknowledgement back to the broker that it would be I/O driven and therefore should have an async option, no? It feels strange that you can async read messages from the receiver link but you can only respond to them synchronously....
Are there any plans for adding async versions of these responses?
The text was updated successfully, but these errors were encountered:
Just curious why there aren't Async versions of acknowledgements back to the broker - I see that calling Complete or Accept/Reject/Release/Modify on the ReceiverLink all return void and run synchronously - but I would think since its sending an acknowledgement back to the broker that it would be I/O driven and therefore should have an async option, no? It feels strange that you can async read messages from the receiver link but you can only respond to them synchronously....
Are there any plans for adding async versions of these responses?
The text was updated successfully, but these errors were encountered: