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

when ping count 4,why it returns multiple results #57

Open
keenlee123 opened this issue Oct 7, 2023 · 5 comments
Open

when ping count 4,why it returns multiple results #57

keenlee123 opened this issue Oct 7, 2023 · 5 comments

Comments

@keenlee123
Copy link

PingResponse(seq:1, ip:110.242.68.66, ttl:53, time:36.3 ms)
PingResponse(seq:2, ip:110.242.68.66, ttl:53, time:19.1 ms)
PingResponse(seq:2, ip:110.242.68.66, ttl:53, time:19.2 ms)
PingResponse(seq:2, ip:110.242.68.66, ttl:53, time:19.9 ms)
PingResponse(seq:2, ip:110.242.68.66, ttl:53, time:20.7 ms)
PingResponse(seq:2, ip:110.242.68.66, ttl:53, time:21.7 ms)
PingResponse(seq:3, ip:110.242.68.66, ttl:53, time:66.6 ms)
PingResponse(seq:4, ip:110.242.68.66, ttl:53, time:70.7 ms)

@keenlee123 keenlee123 changed the title why ping count 4, it returns multiple results when ping count 4,why it returns multiple results Oct 7, 2023
@point-source
Copy link
Owner

What platform? Can you post a code example that produces this? There isn't enough information here for me to diagnose this.

@keenlee123
Copy link
Author

platform :windows
code
` final ping = Ping('xxxx.com', count: 4);
ping.stream.listen((event) {
print('ping result $event');

});`

@keenlee123
Copy link
Author

platform :windows code ` final ping = Ping('xxxx.com', count: 4); ping.stream.listen((event) { print('ping result $event');

});`

forgot platform, should be on Android

@point-source
Copy link
Owner

Emulator or real device?

@afzl-wtu
Copy link

Happened here too. But Can not produce it any more #60

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

3 participants