##// END OF EJS Templates
use \0 instead of 'wake up' to finish output...
Min RK -
Show More
@@ -388,7 +388,7 b' class StreamCapturer(Thread):'
388 388 return
389 389
390 390 self.stop.set()
391 os.write(self.writefd, b'wake up') # Ensure we're not locked in a read()
391 os.write(self.writefd, b'\0') # Ensure we're not locked in a read()
392 392 self.join()
393 393
394 394 class SubprocessStreamCapturePlugin(Plugin):
General Comments 0
You need to be logged in to leave comments. Login now