We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
*** -[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",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
*** -[NSThread startAndReturnError:]: Thread creation failed with error 35
The text was updated successfully, but these errors were encountered: