rabbitmq / rabbitmq-objc-client

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

Not connect with server #93

Closed Rahulgupta-cdnsol closed 8 years ago

Rahulgupta-cdnsol commented 8 years ago

Hi,

I have tried to connent with server amqp://10.10.10.28:5672 and I am always getting this following error :-

<RMQConnection: 0x7ffafb5029a0> disconnectedWithError: Error Domain=NSPOSIXErrorDomain Code=32 "Broken pipe" UserInfo={NSLocalizedDescription=Broken pipe, NSLocalizedFailureReason=Error in write() function}

Please help me out what need to do. Thanks,

michaelklishin commented 8 years ago

Please post questions to rabbitmq-users or Stack Overflow. RabbitMQ uses GitHub issues for specific actionable items engineers can work on, not questions. Thank you.

michaelklishin commented 8 years ago

And post your code to the list, too. Thank you.