minghuaw / fe2o3-amqp

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

0.9.1 #218

Closed minghuaw closed 8 months ago

minghuaw commented 8 months ago
  1. Fixed problem with closing/ending of Connection/Session where the error found during the handshake is not propagated to the user.