Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential infinite loop in BagelBrowser #64

Open
Shuab opened this issue Aug 9, 2020 · 1 comment
Open

Potential infinite loop in BagelBrowser #64

Shuab opened this issue Aug 9, 2020 · 1 comment

Comments

@Shuab
Copy link

Shuab commented Aug 9, 2020

It seems like there's an easy possibility for an infinite loop at https://github.com/yagiz/Bagel/blob/master/iOS/Source/BagelBrowser.m#L90 if the first address does not connect successfully as addresses is never modified.

@yufanghui
Copy link

yufanghui commented May 10, 2021

info.plist add below item solve my problem

<key>NSBonjourServices</key>
<array>
	<string>_Bagel._tcp</string>
</array>
NSLocalNetworkUsageDescription

<key>NSLocalNetworkUsageDescription</key>
<string>Network access required</string>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants