HDL_ON/DAL/DriverLayer/UdpSocket.cs
@@ -50,7 +50,9 @@ busSocket.SetSocketOption(SocketOptionLevel.IP, SocketOptionName.AddMembership, new MulticastOption(IPAddress.Parse("239.0.168.188"))); } catch{ catch (Exception ex){ MainPage.Log ($"udp port bind error : {ex.Message}"); busSocket = null; return; }