-
Notifications
You must be signed in to change notification settings - Fork 29
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
version 1.3.4 #135
Comments
I'm sorry I could not reproduce this, could you give some more details so I can debug this further, any info like:
Thanks |
I've added a speculative fix that should stop this from happening in the latest release. Please let me know if it keeps occuring. |
speculative fix works. version 1.3.5 don't crash. |
Glad to hear that, closing this issue for now then 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Listening for ICMP Packets
Unhandled exception. System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
at System.Buffer.BlockCopy(Array , Int32 , Array , Int32 , Int32 )
at PowerPing.ICMP..ctor(Byte[] data, Int32 size, Int32 offset)
at PowerPing.Listen.ListenForICMPOnAddress(IPAddress address)
at PowerPing.Listen.<>c__DisplayClass1_1.b__0()
at System.Threading.Thread.StartCallback()
The text was updated successfully, but these errors were encountered: