jpdillingham / Soulseek.NET

A .NET Standard client library for the Soulseek network.
GNU General Public License v3.0
173 stars 24 forks source link

Improve exception reporting during login #805

Closed jpdillingham closed 6 months ago

jpdillingham commented 6 months ago

An slskd user reported an issue logging in that's rooted in the server failing (or choosing not) to send ParentMinSpeed, ParentSpeedRatio or WishlistInterval after a successful login. I have no idea which it is, and I need WishlistInterval so I don't want to remove the dependency completely.

Add additional logging or exception handling so that the missing message(s) can be identified.