ntex-rs / ntex-amqp

AMQP 1.0 Server framework
Apache License 2.0
66 stars 15 forks source link

AMQP disconnect #23

Closed calebroelenshowest closed 2 years ago

calebroelenshowest commented 2 years ago

This is rather a question, than an issue.

image

As seen in the image above, I get a random disconnect on my SenderLink. How can I retrieve the state described in the trace, to for example, refresh the sender link?

Something like if sender is detached do this.

Current code:

image

fafhrd91 commented 2 years ago

you can enable frame-trace feature, then you should be able to see all frames

calebroelenshowest commented 2 years ago

Can I get for example, the amqp frame shown in this trace, and that way get the performative?

image

fafhrd91 commented 2 years ago

so what is the problem? it shows exact reason why it disconnects