diogotr7 / OpenRGB.NET

C# client for the OpenRGB SDK
MIT License
40 stars 16 forks source link

Missing LED updates #12

Closed Faxmachinen closed 2 years ago

Faxmachinen commented 2 years ago

I set all the LEDs to black with UpdateLeds before exiting the client program, but the LEDs are still lit after the program exits. If I add a one second delay just before the program exits, the LEDs turn off. I suspect it's because the socket is not closed cleanly. I created a PR to do so: https://github.com/diogotr7/OpenRGB.NET/pull/11