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
I searched in the issues and found nothing similar.
What issue do you find in Pulsar docs?
The description for SendAsync implies that it is a blocking operation, but asynchronous calls should be non-blocking and occur in a background thread.
What is your suggestion?
The SendAsync method in Pulsar is designed to send messages asynchronously, allowing the application to continue processing other tasks without waiting for the send operation to complete. A user-defined callback function is invoked upon the completion of the send operation which can be used to track the success / failure of the send operation.
Any reference?
No response
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
What issue do you find in Pulsar docs?
The description for
SendAsync
implies that it is a blocking operation, but asynchronous calls should be non-blocking and occur in a background thread.What is your suggestion?
The
SendAsync
method in Pulsar is designed to send messages asynchronously, allowing the application to continue processing other tasks without waiting for the send operation to complete. A user-defined callback function is invoked upon the completion of the send operation which can be used to track the success / failure of the send operation.Any reference?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: