forked from goodboy/tractor
1
0
Fork 0

Add news bit

alpha2
Tyler Goodlet 2021-09-02 16:37:10 -04:00
parent 3208b67f57
commit 76342ed0c5
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Handle broken channel/stream faults where the root's tty lock is left acquired by some
child actor who went MIA and the root ends up hanging indefinitely.
There's two parts here:
- Don't shield wait on the lock
- Always do our best to release the lock on the expected worst case connection faults