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
@msschl I just noticed that this client library has an AmqpTimestamp type, which can be serialized into the headers. It is basically a POSIX time. See the AmqpTimestamp.cs file.
Is your feature request related to a problem? Please describe.
Allow passing in DateTime as object into the Headers property of the IBasicProperties object.
See
rabbitmq-dotnet-client/projects/RabbitMQ.Client/Impl/WireFormatting.Write.cs
Line 152 in be1d1e3
Describe the solution you'd like
I think it needs to be implemented in
rabbitmq-dotnet-client/projects/RabbitMQ.Client/Impl/WireFormatting.Write.cs
Line 152 in be1d1e3
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: