5.6.0 (2022-07-28)
Features Added
- Added ability to register a callback for
SessionInitializingAsync
andSessionClosingAsync
to theServiceBusOptions
. (A community contribution, courtesy of danielmarbach)
Bugs Fixed
SessionIdleTimeout
now will be applied for batch functions in addition to single-message
functions.