doctorames / fishtank

0 stars 0 forks source link

Investigate network volatility #9

Open doctorames opened 3 years ago

doctorames commented 3 years ago

What happens when the network goes down? What if the wifi goes down? What if the wifi stays, but the internet is down? How do these conditions affect code flow? Will the ntp client crash if it can't get a time? Will the webserver crash if it tries to parse a tm struct that is not populated? Investigate and create issues if any are found.