PversusNP
PversusNP
I read the closed thread: https://github.com/mfontanini/cppkafka/issues/10 but I can't understand if last version available is fixed. I followed: https://github.com/mfontanini/cppkafka/issues/2 to build dynamic library on Win32 platform for VS2015 but it...
With 0.10.0 version, this is my source code for consuming: amqp_envelope_t envelope; amqp_rpc_reply_t ret = amqp_consume_message(Connection->State, &envelope, timeout, 0); if (AMQP_RESPONSE_NORMAL != ret.reply_type) { if (AMQP_RESPONSE_LIBRARY_EXCEPTION == ret.reply_type && AMQP_STATUS_UNEXPECTED_STATE...