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
Refactoring of MessageProperties for compatibility with latest RabbitMQ.Client (#1111)
* Check basicProperties.Headers for null
* Multiple fixes of MessageProperties
1. All necessary xml docs are added
2. It implements IClonable
3. *Present fields are readonly
4. HeadersPresent property is true only if headers != null && headers.Count > 0
5. Headers property is lazily initialized
6. Nice code formatting :-/
* Limit RabbitMQ.Client compatibility to minor version
* Fix tests
* Trigger CI
0 commit comments