Skip to content

longears 0.2.3 (2020-07-14)

Compare
Choose a tag to compare
@atheriel atheriel released this 14 Jul 20:59
· 56 commits to master since this release
  • amqp_listen() will now respect the timeout value even when processing many messages. To reliably consume "endlessly", use a while(TRUE) loop.

  • Connections now set common client properties, which are visible in the RabbitMQ management plugin web interface.

  • Fixes usage of librabbitmq connection objects during disconnection events; it turns out that re-using these handles can sometimes cause issues when attempting to reconnect to a server.

  • Fix compilation issues due to a missing header on pre-3.4 versions of R.