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

Improved large payload performance and tests #41

Closed sliemeobn closed 11 months ago

sliemeobn commented 11 months ago

adds tests for large payload handling reworked multi-frame body handing for better performance

39