Add masked crash-handler cm for debugging wonky inter-actor comms (teardowns)
parent
a2014907bb
commit
7d594a44b5
|
|
@ -497,6 +497,9 @@ async def _connect_chan(
|
|||
teardown.
|
||||
|
||||
'''
|
||||
# XXX, ONLY uncomment for tracing lowlevel connection issues.
|
||||
# from tractor.devx import open_crash_handler
|
||||
# with open_crash_handler():
|
||||
chan = await Channel.from_addr(addr)
|
||||
yield chan
|
||||
with trio.CancelScope(shield=True):
|
||||
|
|
|
|||
Loading…
Reference in New Issue