-
Notifications
You must be signed in to change notification settings - Fork 100
Link can't be closed #172
Comments
Can you please provide some details about what you're seeing? Closing a link does a graceful close, if the broker doesn't respond with the appropriate If you'd like to provide debug logging (https://github.com/vcabbage/amqp/blob/master/CONTRIBUTING.md#logging) I can take a look to see if that's what's happening here. |
Hi: package main and here is the log info.: |
Thank you. This is indeed a broker issue. Described here #60 (comment) and the issue in the upstream repo https://github.com/rabbitmq/rabbitmq-amqp1.0/issues/60. |
Thank you , can you provide a temporary solution to avoid this issue? It seems that their progress is very slow. |
The workaround is to close the session and/or connection. |
Temporary queue created by createReceiver, is not deleting. |
Hi, dear:
I called the function link.Close(ctx), and the link ( send or receive link) didn't be closed, the thread of this link still run in background ,it leads to memory full . please help me ,thanks
ps : I didn't close the session of link
The text was updated successfully, but these errors were encountered: