Tpt-tolerance adjustments for latest tractor #73
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "tpt_closed_and_finally_footguns"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Updates to sync us with the recently landed transport disconnect tolerance improvements landed upstream in,
https://github.com/goodboy/tractor/pull/411
More or less just some changes so we expect
tractor.TransportClosedthroughout various subsystem’s IPC disconnect handling.Summary of tweaks,
.data._sampling, include it in theSampler.bcast_errorsset..clearing._ems, include it in theRouter.client_broadcast()handler’s set.in
.data._web_bs, this patch additionally adds atry/excepthandler aroundopen_autorecon_ws()to avoid propagating benignNoBsWs.recon_errorscaught during full ws-reconnect sequencing.