Replies: 1 comment
-
Why on earth was this filed for the .NET client repo, are you picking random repositories with "RabbitMQ" in the name? I do not understand the question, since according to the message, the socket was closed by RabbitMQ. That means you could instantiate a connection but the connection failed. Start with inspecting server logs for clues, in this community, we are terrible at mind reading and fortune telling. We need cold hard data to work with. |
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
-
Describe the bug
Received connection: <RMQConnection: 0x600003008c60> disconnectedWithError: Error Domain=GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" UserInfo={NSLocalizedDescription=Socket closed by remote peer}
receive connection error
I used the source code in tutorial 3, but 'Received'error is occurring
Reproduction steps
.Why am I unable to create a Factory for RabbitMQClient even though I have imported RabbitMQClient in another language source code?
Expected behavior
.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions