mavris / MMLanScan

An iOS LAN Network Scanner library
MIT License
490 stars 121 forks source link

Simple ping crashing often. #27

Open HussainShabbir opened 7 years ago

HussainShabbir commented 7 years ago
screen shot 2017-08-18 at 8 47 56 pm
HussainShabbir commented 7 years ago

It happens when we do refresh in every 10 seconds

mavris commented 7 years ago

Can you please let me know the steps to reproduce this bug? Also what is the subnet of your network?

HussainShabbir commented 7 years ago

So the steps is I am trying to call this method airtiesExtenderScanner.startScanning() in every 10 seconds and at some point of time it just crash it. Here is the subnet of network (192.168.1.254)

ghost commented 6 years ago

Did you find a solution?

promobileappdeveloper commented 5 years ago

Thank you, Max. Let me check it. Can we connect on Skype for further discussion? live:mobiledev.jinmeng - this is my skype address.

MaxwellQi commented 5 years ago

Thank you, Max. Let me check it. Can we connect on Skype for further discussion? live:mobiledev.jinmeng - this is my skype address.

please agree.

promobileappdeveloper commented 5 years ago

Hi Mavris, I have a same issue while scanning on xfinitywifi network. Occur crashes in SimplePing.m file. Any solution?

promobileappdeveloper commented 5 years ago

Crash occurs on specific network called xfinitywifi. Please help me.

mavris commented 5 years ago

@JinMeng007 I think the crash has nothing to do with the name but with the network itself. What's the netmask of the network?

rpolenthon commented 5 years ago

@mavris I also use your network scanner in an app. The app has currently about 400 beta testers and there are about 50 reporting crashes with the scanner. I had problems too during a lot of testing.

Any plans to update the project?

mavris commented 5 years ago

I will look into this soon.

nimisha112 commented 5 years ago

I am facing the same crash.

mavris commented 5 years ago

Guys, nobody helped me to reproduce the error. Please do some troubleshooting and let me know how to reproduce this bug

n8sters commented 4 years ago

I'm having the same issues, line 416 and 444 specifically.

iMacHumphries commented 4 years ago

This might be related 🤷‍♂️ #53

yangyu2010 commented 3 years ago

@iMacHumphries I modified it according to your request, but this problem still occurs

yangyu2010 commented 3 years ago

Has anyone solved it?