tractor
tractor copied to clipboard
Ctx result consumption
Better handling of contex teardowns where IPC msgs might still be in transit that need to be discarded as well a more explicit tolerance for IPC transport failures when determining whether to send cancel request messages.
well this needs a rebase 😂
This is oddly causing a clustering test hang, seemingly todo with gather_contexts() usage?
This is oddly causing a clustering test hang, seemingly todo with
gather_contexts()usage?
Ahh i wonder if this was solved by https://github.com/goodboy/tractor/pull/346#discussion_r1089498929?
Not even sure if this patchset ends up being necessary given all the work in #346, probably worth a test tho.