mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 17:10:36 +08:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
3e94c37f57
@ -200,8 +200,10 @@ class CuraEngineBackend(Backend):
|
|||||||
self._onChanged()
|
self._onChanged()
|
||||||
|
|
||||||
def _onSocketError(self, error):
|
def _onSocketError(self, error):
|
||||||
super()._onSocketError(error)
|
if Application.getInstance().isShuttingDown():
|
||||||
|
return
|
||||||
|
|
||||||
|
super()._onSocketError(error)
|
||||||
self._terminate()
|
self._terminate()
|
||||||
|
|
||||||
if error.getErrorCode() not in [Arcus.ErrorCode.BindFailedError, Arcus.ErrorCode.ConnectionResetError, Arcus.ErrorCode.Debug]:
|
if error.getErrorCode() not in [Arcus.ErrorCode.BindFailedError, Arcus.ErrorCode.ConnectionResetError, Arcus.ErrorCode.Debug]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user