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

IOS Thread creation error #115

Open
EduardoArtioli opened this issue Nov 28, 2023 · 0 comments
Open

IOS Thread creation error #115

EduardoArtioli opened this issue Nov 28, 2023 · 0 comments

Comments

@EduardoArtioli
Copy link

EduardoArtioli commented Nov 28, 2023

*** -[NSThread startAndReturnError:]: Thread creation failed with error 35

    for (let i = 1; i < 255; i++) {
      try {
        const ms = await Ping.start(`${NetworkIPAddressPrefix}.${i}`, { timeout: 50 });
        if (ms !== undefined && ms !== null) {
          ipsFound.push(`${NetworkIPAddressPrefix}.${i}`);
        }
      } catch (error : any) { 
        console.log("ERROR", error);
      }
    }
"react": "18.2.0",
"react-native": "0.72.6",
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

1 participant