gunli commented on PR #1068: URL: https://github.com/apache/pulsar-client-go/pull/1068#issuecomment-1646499427
Hi @Gleiphir2769, as discussed in #1055 , we will move some logic from `internalSend()` back to `internalAsyncSend()`, reserving resource for the requset will be done before putting it into dataChan, if there is enough semaphore and pending queue spaces, continue, or it will be block or failed, as the JAVA client did, and this will be not a problem any more. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
