Dragennd / NetworkAnalyzer

Network monitoring and troubleshooting tool for Windows.
MIT License
9 stars 1 forks source link

Application crash when connection becomes unstable #2

Open benjaminwanders opened 4 days ago

benjaminwanders commented 4 days ago

Hi,

I use NetworkAnalyzer to monitor my own internet connection, our ISP has been having issues for over 4 months and I need to send logging/evidence of outages. Scenario:

The way the reports are generated by NA are brilliant and are very good evidence in my fight with the ISP. Can replicate every time.

Dragennd commented 3 days ago

Hmm, interesting that it crashes then. I'm currently working on implementing local session data storage so even when a crash occurs you won't lose any data logged up until that point. This will help alleviate the issues of losing data. I'll look into why it would crash at that point though and work on a fix to have out with the next build.

benjaminwanders commented 3 days ago

In case it matters, Windows 11 23H2, tried on 24H2 as well and it's the same. Just a LAN connection. If you find it hard to replicate, can help and do some testing.

Sidenote: Happy to see feedback so fast and taken seriously :)

Dragennd commented 3 days ago

Always good to have feedback on things and be made aware of problems. My intention is to write a piece of software that is stable and usable so I welcome any user input.

As I'm still learning C#, I can't promise I'll have an immediate fix for some issues (though this one I have an idea of where the problem is), but I'll do my best to fix any actual bugs brought up.