Hello.
I am getting the following error when closing connection:
type MessageConsumer has no field state
Stacktrace:
[1] getproperty
@ ./Base.jl:42 [inlined]
[2] connection_processor(c::AMQPClient.MessageConsumer, name::String, fn::typeof(AMQPClient.channel_message_consumer))
@ AMQPClient ~/.julia/packages/AMQPClient/XjtQ2/src/protocol.jl:357
[3] (::AMQPClient.var"#24#26"{String, AMQPClient.MessageConsumer})()
@ AMQPClient ./task.jl:423
Hello.
I am getting the following error when closing connection:
The problem is not this code in particular, but the fact that
close(c)is not being called in this case (https://github.com/JuliaComputing/AMQPClient.jl/blob/master/src/protocol.jl#L361).