minghuaw / fe2o3-amqp

A rust implementation of the AMQP1.0 protocol based on serde and tokio.
MIT License
64 stars 7 forks source link

Fix `SizeSerializer` not creating new instance of `SizeSerializer` for nested types #280

Closed minghuaw closed 3 months ago

minghuaw commented 3 months ago

Related issue: #279

LarryOsterman commented 3 months ago

Once again, thank you so much for the quick turnaround on these fixes.