Registry probes need short retry deadlines, but applying their one-second budget to every portal and child connection can terminate a valid delayed actor with no client retry path. Give ordinary pre-registration handshakes an independent ten-second deadline. Normalize raw `msgspec.DecodeError` frames to `TransportClosed` so malformed peers cannot cancel the shared IPC nursery with decoder internals. Cover malformed frames and the ordinary-vs-probe timeout distinction. Review: PR #480 (goodboy) https://github.com/goodboy/tractor/pull/480 (this patch was generated in some part by `opencode` using `gpt-5.6-sol` (`openai`)) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_each_tpt.py | ||
| test_multi_tpt.py | ||
| test_server.py | ||