AdhocAdam / LifxLAN

PowerShell module for controlling Lifx devices over LAN
https://www.powershellgallery.com/packages/LifxLAN/
MIT License
2 stars 0 forks source link

UDPClient/Socket issue #7

Closed AdhocAdam closed 2 years ago

AdhocAdam commented 2 years ago

troubleshooting a UDP/socket issue that seems to be resolved by removing the $RemoteEndPoint argument seen in several cmdlets as declared as: New-Object System.Net.Sockets.UDPClient($RemoteIpEndPoint). It does not appear as though this has a negative impact on discovery or issuing subsequent commands.