rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 84 forks source link

GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" #117

Closed stevenstrive closed 7 years ago

stevenstrive commented 7 years ago

<RMQConnection: 0x1742e9400> disconnectedWithError: Error Domain=GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" UserInfo={NSLocalizedDescription=Socket closed by remote peer}

What is the problem?

michaelklishin commented 7 years ago

Thank you for your time.

Team RabbitMQ uses GitHub issues for specific actionable items engineers can work on. This assumes we have a certain amount of information to work with. Questions, investigations, root cause analysis, discussions for potential features are all considered to be mailing list material by our team. When/if we have enough details and evidence we'd be happy to file a new issue.

Please post this to rabbitmq-users. Thank you.

michaelklishin commented 7 years ago

I believe "Socket closed by remote peer" is fairly self-descriptive.

iRiziya commented 3 years ago

I faced the same issue while integrating using Swift.

This is how I resolved it

If that helps someone.