funcmike / rabbitmq-nio

A Swift implementation of AMQP 0.9.1 protocol: decoder + encoder and non-blocking client
Apache License 2.0
44 stars 8 forks source link

Opening channels does not work concurrently #32

Closed sliemeobn closed 1 year ago

sliemeobn commented 1 year ago

see failing tests https://github.com/sliemeobn/rabbitmq-nio/blob/61a0d06eb7df0510acb528f07a67ef9896cc23ca/Tests/AMQPClientTests/AMQPChannelTest.swift#L322-L338