Merge branch '236-crash-with-empty-after-a-reconnection' into 'develop'
Resolve "Crash with empty after a reconnection" See merge request slumber/multi-user!155
This commit is contained in:
commit
63c4501b88
@ -203,6 +203,7 @@ class DynamicRightSelectTimer(Timer):
|
|||||||
|
|
||||||
for node_id in to_lock:
|
for node_id in to_lock:
|
||||||
node = session.repository.graph.get(node_id)
|
node = session.repository.graph.get(node_id)
|
||||||
|
if node and hasattr(node,'data'):
|
||||||
instance_mode = node.data.get('instance_type')
|
instance_mode = node.data.get('instance_type')
|
||||||
if instance_mode and instance_mode == 'COLLECTION':
|
if instance_mode and instance_mode == 'COLLECTION':
|
||||||
to_lock.remove(node_id)
|
to_lock.remove(node_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user