Skip to content

v0.8.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 18:22

Fixed

  • (AMQP): Services using @intersect_message endpoints + Clients should now be able to execute long-running tasks without causing disconnects. AMQP message consumers no longer block the AMQP I/O loop, but now handle messages in their own threads; this allows the AMQP I/O loop to continue sending heartbeat frames to the remote broker, preventing the broker from disconnecting the microservice. (commit) (Lance Drane)