Why is the network interception of the rabbitmq server still going on, but the process of the client server has been killed, and there is no network connectio #6654
Unanswered
thesky2017
asked this question in
Other
Replies: 1 comment
-
Because TCP connections do not close instantly and in multiple scenarios the server side of a connection can end up in a special state that avoids two different clients connecting with the same client (ephemeral range) port. We cannot suggest anything with two screenshots, one line each. See RabbitMQ logs and TCP connection states for clues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why is the network interception of the rabbitmq server still going on, but the process of the client server has been killed, and there is no network connection. You can also see the network connection in the background of the rabbitmq


rabbitmq server:
client:
Beta Was this translation helpful? Give feedback.
All reactions