Carrot (Python) [errno 10054] An existing connection was forcibly closed by the remote host
- by Meditation
Hi all,
We are using Carrot in our Python project. I wrote a Python script acting as the consumer of the message queue. I invoked this Python script using command line shell in Windows 7 as
python consumer.py
However, after a while, the running session was aborted and the error is:
[errno 10054] An existing connection was forcibly closed by the remote host
The producer session is still running fine on the Linux server. Just wondering how can I fix this and have a long running consumer session on Windows
Thanks in advance.