Drop high log level in ctx example

sigintsaviour_citesthackin
Tyler Goodlet 2022-02-09 10:05:21 -05:00
parent 74b819a857
commit bb732cefd0
1 changed files with 4 additions and 2 deletions

View File

@ -16,19 +16,21 @@ async def just_bp(
await ctx.started('yo bpin here')
await tractor.breakpoint()
# TODO: bps and errors in this call..
# async for val in gen():
# print(val)
await trio.sleep(0.5)
# THIS CAUSES AN UNRECOVERABLE HANG!?
# THIS CAUSES AN UNRECOVERABLE HANG
# without latest ``pdbpp``:
assert 0
async def main():
async with tractor.open_nursery(
loglevel='transport',
# loglevel='transport',
debug_mode=True,
) as n:
p = await n.start_actor(