Replies: 5 comments 2 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
You need to inspect server logs. Another obvious thing that stands out is that you publish without using publisher confirms. |
Beta Was this translation helpful? Give feedback.
-
Failed to open connection related to thread pool ? |
Beta Was this translation helpful? Give feedback.
-
Has this issue got resolved? I'm facing similar issue when trying to connect to RabbitMQ from windows machine. Exception: <class 'pika.exceptions.StreamLostError'> Stream connection lost: ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None) |
Beta Was this translation helpful? Give feedback.
-
If you are trying to connect and run into a similar exception, you may be running into this default security limitation or a network connectivity issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This exception has been encountered a lot recently and has been found to be related to the number of threads.
See the following code example.
If the threadCount is less than 10, the code works fine.
My machine has an I5-7500 CPU and it has four cores.
exception text:
Beta Was this translation helpful? Give feedback.
All reactions