Always shield de-register step with arbiter
parent
3a868fec30
commit
ae8488a578
|
@ -678,8 +678,8 @@ class Actor:
|
|||
|
||||
finally:
|
||||
if registered_with_arbiter:
|
||||
# with trio.move_on_after(3) as cs:
|
||||
# cs.shield = True
|
||||
with trio.move_on_after(3) as cs:
|
||||
cs.shield = True
|
||||
await self._do_unreg(self._arb_addr)
|
||||
|
||||
# terminate actor once all it's peers (actors that connected
|
||||
|
|
Loading…
Reference in New Issue