point-source / dart_ping

Multi-platform network ping utility for Dart
30 stars 13 forks source link

Ping session timeout bug #31

Closed krekzsolti closed 1 year ago

krekzsolti commented 1 year ago

Sometimes if a ping's response time is over the given timeout value the ping is still declared a success. I couldn't find a way to reproduce it for now, it happens random for any ping that should be timed out.

point-source commented 1 year ago

That's interesting. When it "succeeds", are you getting the actual complete ping data back but just with a timing that is over the threshold? Or does it return a corrupt pingdata that is errored but not marked as such?

point-source commented 1 year ago

Closing due to inactivity. Please reopen if necessary