alanxz / SimpleAmqpClient

Simple C++ Interface to rabbitmq-c
MIT License
404 stars 214 forks source link

fixed exception catching changed to const reference rather than value #343

Closed hith3sh closed 6 months ago

hith3sh commented 6 months ago

fixed the issue (#342) I mentioned where it gives a warning message due to exceptions handled using a value rather than a reference. Happened during the build process, specifically when compiling the source file Channel.cpp file