CopernicaMarketingSoftware / AMQP-CPP

C++ library for asynchronous non-blocking communication with RabbitMQ
Apache License 2.0
864 stars 334 forks source link

onUnblocked notification #504

Closed aizikovich4 closed 11 months ago

aizikovich4 commented 11 months ago

why virtual void onUnblocked(Connection *connection) in include/amqpcpp/linux_tcp/tcpconnection.h dont mark as override (for example as other notification and also onBlocked()) ? it lead to compilation error in client code, when trying to build with enable option -Winconsistent-missing-override (it enable by default in clang with -Wall)

EmielBruijntjes commented 11 months ago

It was simply forgotten.