On 30 Jul 2015 at 12:49:43, Maglos (
lude...@gmail.com) wrote:
> I can run the server, and I can build the example programs. Upon
> following the recommended "example" step (
https://github.com/alanxz/rabbitmq-c#running-the-examples)
> I am met with
> "Declaring queue: a socket error occurred"
>
> Looking into the RabbitMQ server logs, I see:
>
> =INFO REPORT==== 30-Jul-2015::17:47:17 ===
> accepting AMQP connection <0.426.0> ([::1]:56310 -> [::1]:5672)
>
> =ERROR REPORT==== 30-Jul-2015::17:47:20 ===
> closing AMQP connection <0.426.0> ([::1]:56310 -> [::1]:5672):
> {handshake_error,starting,1,
> {amqp_error,unexpected_frame,
> "type 1, all octets = <<0,20,0,10,0>>",none}}
>
> Any suggestions?