Commit Graph

4 Commits (534277daa5d699bf1c9c53865c1c65564a60ac19)

Author SHA1 Message Date
Tyler Goodlet 534277daa5 Add back in async gen loop 2022-02-16 13:59:23 -05:00
Tyler Goodlet 52ad597c20 Drop high log level in ctx example 2022-02-15 09:08:50 -05:00
Tyler Goodlet 85aa8899b3 A `.open_context()` example that causes a hang!
Finally! I think this may be the root issue we've been seeing in
production in a client project.

No idea yet why this is happening but the fault-causing sequence seems
to be:
- `.open_context()` in a child actor
- enter the debugger via `tractor.breakpoint()`
- continue from that entry via `c` command in REPL
- raise an error just after inside the context task's body

Looking at logging it appears as though the child thinks it has the tty
but no input is accepted on the REPL and a further `ctrl-c` results in
some teardown but also a further hang where both parent and child become
unresponsive..
2022-02-15 09:08:50 -05:00
Tyler Goodlet 8fda172ae2 Fix example name typo 2022-02-15 09:08:50 -05:00