Skip to content

Commit

Permalink
fix eventhub link (Azure#10019)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya authored Jul 11, 2020
1 parent 1d25f3e commit ae4ae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/eventhub/event-hubs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ For more information, please visit https://aka.ms/azsdk/releases/july2019preview
### Bug fixes and other changes

- A network connection lost error is now treated as retryable error. A new error with name `ConnectionLostError`
is introduced for this scenario which you can see if you enable the [logs](https://github.com/Azure/azure-sdk-for-js/sdk/eventhub/event-hubs/README.md#debug-logs).
is introduced for this scenario which you can see if you enable the [logs](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/README.md#debug-logs).
- When recovering from an error that caused the underlying AMQP connection to get disconnected,
[rhea](https://github.com/amqp/rhea/issues/205) reconnects all the older AMQP links on the connection
resulting in the below 2 errors in the logs. We now clear rhea's internal map to avoid such reconnections.
Expand Down

0 comments on commit ae4ae3a

Please sign in to comment.