rabbitmq / rabbitmq-objc-client

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

IPv6 Problem #114

Closed jsonsocool closed 7 years ago

jsonsocool commented 7 years ago

does this support IPv6 ? it does not work when the iphone is using ipv6 network

michaelklishin commented 7 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 7 years ago

I'm sorry but "it does not work" is not at all specific and no engineer can suggest anything with that much information.

I don't think there's anything IPv4-specific in our networking code. If there is, we'd be happy to fix that but we need specifics so please provide them on rabbitmq-users.

michaelklishin commented 7 years ago

Note that for IPv6 connectivity to work, not just clients needs to "support" (not assume IPv4, basically) but also RabbitMQ must bind to an IPv6 interface and every link between the two must support IPv6.