jamesmontemagno / Xamarin.Plugins

Cross-platform Native API Access from Shared Code!
MIT License
1.3k stars 380 forks source link

Connectivty fails on IPv6 networks #331

Closed killer-frog closed 8 years ago

killer-frog commented 8 years ago

Please take a moment to fill out the following (change to preview to check or place x in []) and remove all unused areas

This is a

Which plugin does this impact:

Version Number of Plugin: 2.1.2 Device Tested On: Iphone 6s IOS 9.3 Simulator Tested On:

Expected Behavior

When calling Connectvity.Current.IsRemoteReachable true should be returned for both IPv4 and IPv6 networks

Actual Behavior

Works fine on Ipv4 network, but incorrectly returns false for the IPv6 network

Steps to reproduce the Behavior

Create Ipv6 network (instructions) to create a IPv6 only network on OSX. Connect to it from Iphone device and run code that calls IsRemoteReachable

jamesmontemagno commented 8 years ago

Working on this. You will see a 2.2.0-beta1 soon

jamesmontemagno commented 8 years ago

Can you please test the new beta1 of 2.2.0, now on NuGet

killer-frog commented 8 years ago

Just tested this this morning and all seems to be working fine. Thanks for the speedy update!

Ash :-)