insidegui / MultipeerKit

MultipeerConnectivity + Codable = ❤️
BSD 2-Clause "Simplified" License
1.1k stars 71 forks source link

Fix a bug in MultipeerDataSource #10

Closed PatrikTheDev closed 3 years ago

PatrikTheDev commented 3 years ago

Fixes a bug in MultipeerDataSource which caused availablePeers to be empty until new peers appeared

insidegui commented 3 years ago

Thanks! Could you please just remove the comment on line 23? I think the code is self-explanatory

PatrikTheDev commented 3 years ago

Done!