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.
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.