jensenkd / plex-api

.NET Core SDK for Plex Media Server
MIT License
86 stars 27 forks source link

Fixes #101 - Update Server Connection Code to try Alternate IPs #109

Open Biztactix-Ryan opened 3 months ago

Biztactix-Ryan commented 3 months ago

Fixes #101 - I came back to do something Plex related and tripped over my old Issue, and then found my bug report... So It's fixed now.

I was going to add a timeout to the HTTP calls, however your async for connecting the server doesn't support a cancellation token, so that was a little more than I was going to do.