forked from goodboy/tractor
1
0
Fork 0
tractor/tractor
Tyler Goodlet 3202462cd5 Attach remote internal errors to channels
This ensures that internal errors received from a remote actor are
indeed raised even in the `MainProcess` **before** comms tasks are
cancelled. Internal error in this case means any error packet received
on a channel that doesn't have a `cid` header. RPC errors (which **do**
have a `cid` header) are still forwarded to the consuming caller as usual.
2018-08-17 14:49:17 -04:00
..
__init__.py Add `tractor.wait_for_actor()` helper 2018-08-12 23:59:19 -04:00
_actor.py Attach remote internal errors to channels 2018-08-17 14:49:17 -04:00
_forkserver_hackzorz.py Drop legacy write_unsigned() 2018-08-07 14:02:42 -04:00
_ipc.py Drop `Channel.aiter_recv()` 2018-08-07 14:03:01 -04:00
_portal.py Attach remote internal errors to channels 2018-08-17 14:49:17 -04:00
_state.py Add `tractor.wait_for_actor()` helper 2018-08-12 23:59:19 -04:00
_trionics.py Maybe wait for actor result(s) after proc join 2018-08-16 00:21:49 -04:00
log.py Reorg everything into private modules 2018-07-14 16:09:05 -04:00