mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +00:00
14210f3654
In WPF application the HttpProcessor was newer released and got stuck in method "StreamReadLine". This causes the application to stay alive with a zombie-process... By introducing IDisposable-interface containing an "active" flag we can shut the processor down. putting the processor in "using" it will be disposed once HttpServer is shut down. |
||
---|---|---|
.. | ||
Auth | ||
Enums | ||
Models | ||
IClient.cs | ||
SimpleHttpServer.cs | ||
SpotifyWebAPI.cs | ||
SpotifyWebBuilder.cs | ||
SpotifyWebClient.cs | ||
Util.cs |