JurgenR / aioslsk

SoulSeek client library using Python asyncio
GNU General Public License v3.0
17 stars 0 forks source link

Distributed: Keep parent search enabled if ServerSearchRequest is received #285

Open JurgenR opened 1 month ago

JurgenR commented 1 month ago

When clients receive a ServerSearchRequest the parent search should not be disabled and the library should keep looking for parents. This is inline with other clients. This was initially introduced in #27 but needs to be reverted

A bunch of checks can also be removed as the DistributedPeer.connection will always have non-null value.