To simplify reboot method, we should remove the timer option from the method since it complicates handling long timers, think 1 hour, the program will hang.
Also not all OSs support the reload timer and keeping track of that matrix complicates maintainability of the source code. Removing it from the library can allow for users to implement their own "delay"/"sleep" logic in their applications.
To simplify reboot method, we should remove the timer option from the method since it complicates handling long timers, think 1 hour, the program will hang.
Also not all OSs support the reload timer and keeping track of that matrix complicates maintainability of the source code. Removing it from the library can allow for users to implement their own "delay"/"sleep" logic in their applications.