Luca Marturana
Luca Marturana
Hi, I would like an async API too. How do you think is better to implement it? Boost provides Boost::asio with asynchronous sockets. Is it a good option or rabbitmq-c...
I've read some more details about code of rabbitmq-c and SimpleAmqpClient, for me probably it's easier to use asio sockets and use rabbitmq-c only for protocol parsing. I'm doing some...
I used this library https://github.com/CopernicaMarketingSoftware/AMQP-CPP, no good luck but probably now it's better than two years ago.
I noticed a good performance boost removing confirm from BasicPublish. Do you you have some ideas about how to implement it? Right now I've simply tried to comment [these lines](https://github.com/alanxz/SimpleAmqpClient/blob/master/src/Channel.cpp#L537)...
Yes, I've read your comment, I was asking some details more about how you would improve publish efficiency. Anyway I prefer no-ack approach, thank you for your hint! As a...
It should be possible, what's the weird behaviour you get?
Hi, Sorry but I do not use Windows, so I cannot help you. If you solve the issue and file me a PR I would appreciate it.
I think we should add a line like [this](https://github.com/luca3m/redis3m/blob/master/CMakeLists.txt#L59) on CMakeLists.txt
Thanks for using `redis3m`! Unfortunately I don't have personally experience with Windows, but probably if you write in more detail the error, you'll be able to get more help either...
Are you using this [class](https://github.com/luca3m/redis3m/blob/master/include/redis3m/simple_pool.h)? It automatically recycles connection.