问题
I am using https://github.com/Azure/azure-event-hubs/tree/master/c library which uses AMQP 1.0 protocol.
When I send the first message to event hub via send project it gets stuck waiting for ACK.
On my home PC it works fine.
On my other PCs, even on Azure Virtual Machine - which is Windows Server 2012, it just waits for ACK in infinite loop.
How can I solve this?
来源:https://stackoverflow.com/questions/40133998/amqp-stuck-waiting-for-ack