goodboy / tractor

A distributed, structured concurrent runtime for Python (and friends)
GNU Affero General Public License v3.0
271 stars 12 forks source link

Don't unset actor global on root teardown #347

Open goodboy opened 1 year ago

goodboy commented 1 year ago

Originally changed to address in an issue discovered (at least i thought) in dev of https://github.com/pikers/piker/pull/420, but now not so sure we ever needed it and it was some other IPC drops-while-streaming issue?

Anyway, sticking the commit here as a reminder in case the issue exhibits again in piker.

Removing this commit seems to fix #345

goodboy commented 1 year ago

Yeah pretty sure we don't need this any more, the original piker teardown bug was some other thing likely to do with our service manager..