You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This issue is obscuring an underlying error. Whatever the cause of the original error, we can't see it because this code isn't right. MessageConsumer really does not have a state field: check here.
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).The text was updated successfully, but these errors were encountered: