Bug Description
shutdown_network_system calls time.sleep(1) on the main Tkinter thread, freezing the entire GUI for one second. The window becomes unresponsive during this time.
File & Lines
server code.py — line 841
Severity
Functional bug — GUI freezes on shutdown.
Bug Description
shutdown_network_systemcallstime.sleep(1)on the main Tkinter thread, freezing the entire GUI for one second. The window becomes unresponsive during this time.File & Lines
server code.py— line 841Severity
Functional bug — GUI freezes on shutdown.