mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:45:55 +08:00
LastRequestTime is reset on connection close
CURA-2630
This commit is contained in:
parent
afd5df283c
commit
2638365839
@ -464,6 +464,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||
# Reset timeout state
|
||||
self._connection_state_before_timeout = None
|
||||
self._last_response_time = time()
|
||||
self._last_request_time = None
|
||||
|
||||
# Stop update timers
|
||||
self._update_timer.stop()
|
||||
|
Loading…
x
Reference in New Issue
Block a user