Skip to content

AMQP-CPP 2.6.2

Compare
Choose a tag to compare
@RafalGoslawski RafalGoslawski released this 22 Sep 11:30
· 668 commits to master since this release
  • Avoid SIGPIPE on OS X without MSG_NOSIGNAL
  • Added option BUILD_SHARED to build shared library instead of static
  • Implement copy constructor for class Monitor
  • Added libuv drop in implementation for TcpHandler
  • We no longer use "emit" for method names, because it seems to conflict with the Qt (library that uses emit as some sort of macro
  • Added const char * constructors to AMQP::Login class
  • Added method tcpconnection::flush()