ClarkuCSCI / pydiode

Transfer data through a unidirectional network (i.e., a data diode)
MIT License
3 stars 1 forks source link

Nuanced Handling of Stuck Subprocesses #18

Closed peterstory closed 3 months ago

peterstory commented 3 months ago

Process exit order is nondeterministic, so sometimes tar appears to exit before pydiode, even when both processes complete normally. We should only display an error if there is actually a problem.

For #17