Azure / azure-amqp-common-go

Azure AMQP abstractions for Golang contains common types and interfaces for use in Service Bus and Event Hubs.
MIT License
12 stars 25 forks source link

Change the default credits for the RPC link to be more reasonable (1000) #54

Closed richardpark-msft closed 3 years ago

richardpark-msft commented 3 years ago

Use a higher link credit count by default for the rpc link (it's defaulting to 1 today)

In the future we could control this manually since we know when responses are expected. This should be fine in the meantime.

richardpark-msft commented 3 years ago

Going to hold onto this for a moment. There appears to be an interesting bottleneck in one of my tests.

serbrech commented 3 years ago

this is really needed with the unique link for the RPCClient.