DarthAffe / RGB.NET

The one-stop SDK for RGB-peripherals

Home Page:http://lib.arge.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SteelSeries dispose fails if not initialized

RobertBeekman opened this issue · comments

The code below calls ResetLeds() which in turn calls StopGame() but that fails because PostJson() has no _baseUrl to work with.

internal static void Dispose()

This should be fixed in 1cfdeef