Skip to content

uamqp v1.0.1

Choose a tag to compare

@annatisch annatisch released this 30 Aug 18:33
a6a59f4

Bug fix release to address some reported issues:

  • Added some more checks in place to prevent lock hanging on a keyboard interrupt. (issue #30)
  • Fixed bug in setting MessageProperties.subject as string or bytes. (issue #35)
  • Added missing return value to uamqp.send_message, which now returns a list of uamqp.constants.MessageState to indicate the success of each message sent.