mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +00:00
Properly dispose http server
When using the AuthorizationCodeAuth flow, the HTTP server should be stopped properly like in ImplicitGrantAuth
This commit is contained in:
parent
8b67917682
commit
419bd6293b
@ -111,6 +111,7 @@ namespace SpotifyAPI.Web.Auth
|
||||
/// </summary>
|
||||
public void StopHttpServer()
|
||||
{
|
||||
_httpServer.Dispose();
|
||||
_httpServer = null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user