CopernicaMarketingSoftware / AMQP-CPP

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

how to replace std::thread in tcpresolver.h. #529

Open fvisztra opened 4 months ago

fvisztra commented 4 months ago

hi,

I would like to use this RMQ client in an iOS app but it seems the app is crashing because of use of std::thread in tcpresolver.h. Has anyone any suggestion how I could fix that?

I would appreciate any suggestions, thank you