Skip to content

v1.0.2

Compare
Choose a tag to compare
@jhendrixMSFT jhendrixMSFT released this 05 Sep 18:41
· 21 commits to main since this release
1c1e489

Bugs Fixed

  • Fixed an issue that could cause frames to be sent even when the provided context.Context was cancelled.
  • Fixed a potential hang in Sender.Send() that could happen in rare circumstances.
  • Ensure that Sender's delivery count and link credit are updated when a transfer fails to send due to context cancellation/timeout.