mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
LastRequestTime is reset on connection close
CURA-2630
This commit is contained in:
parent
afd5df283c
commit
2638365839
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue