wxr
2020-09-30 ea318e20d9a513bfae81a9203cef4bca0fc23c2c
HDL-ON_iOS/ViewController.cs
@@ -80,6 +80,11 @@
            }
            else if (internetStatus == NetworkStatus.ReachableViaWiFiNetwork)
            { //wifi的网络连接 2
                BusSocket.Stop();
                new System.Threading.Thread(() => {
                    System.Threading.Thread.Sleep(1000);
                    BusSocket.Start(6000);
                }) { IsBackground = true }.Start();
            }
        }
    }