almostengr / light-show-extender

Application that allows visitors to the light show website to request songs. In addition, displaying temperature, current song, and other information about the show on the website.
https://thealmostengineer.com/projects/light-show-extender
MIT License
0 stars 1 forks source link

wrong statement; continue, not break #53

Closed almostengr closed 2 years ago

almostengr commented 2 years ago

https://github.com/almostengr/falconpitwitter/blob/23921a944c6b4e34064a0d5f39ad359f2041b794/Almostengr.FalconPiTwitter.Common/Services/FppService.cs#L104

Loop should continue checking the next instance if there is a problem. Not exit out of the entire loop.