Alxandr / SpotiFire

A project to make a SpotifyClient in C#
http://nudoc.azurewebsites.net/SpotiFire
40 stars 19 forks source link

Fixed a bug in awaiting a track from a link. #64

Closed woellij closed 8 years ago

woellij commented 8 years ago

(possibly awaiting other things from links too. not tested these though) Added a "Test" to the Console TestClient

Set the timerinterval to 20ms but introduced timer management (it's not actually running if there are no awaited items)

Timer tick callback is iterating over a copy of the static field awaited items to prevent removing an item from the collection that's currently iterated over

NeoLegends commented 8 years ago

Wow, you're quick. 👍🏼

I'll push this to NuGet once my Surface arrives, which should by by tomorrow. :)

woellij commented 8 years ago

Nice :) Thanks for the quick merge.

It's nice to see people still actively progressing this library - especially since Spotify (and tons of other companies / servicies) are neglecting the .NET Platforms. (i don't really think they'll release a new .NET API in the near future )

NeoLegends commented 8 years ago

They first need to release a proper native library 😂. .NET can be done by the community, as long as the native base to build on is alright.

But yeah, I still use this library in one of my personal projects, which is at least why I continue working on it from time to time. :)

NeoLegends commented 8 years ago

Woops, forgot to push the updates to NuGet. They're there now.

EDIT: Can't upload the symbols though. Process times out.