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
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
As part of batching implementation in #538, new methods (SendAsync(Batch) and CreateBatch() were introduced on QueueClient, TopicClient, and MessageSender. These methods should be defined on the contract level, ISenderClient. Since this is a public contract, the change is a breaking change and should be made only in a major version.
The text was updated successfully, but these errors were encountered:
As part of batching implementation in #538, new methods (
SendAsync(Batch)
andCreateBatch()
were introduced onQueueClient
,TopicClient
, andMessageSender
. These methods should be defined on the contract level,ISenderClient
. Since this is a public contract, the change is a breaking change and should be made only in a major version.The text was updated successfully, but these errors were encountered: