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