Closing the underlying kernel didn't wake up any readers and so the read() operation in the adapter was never returning. KernelAdapter.close() was modified to call join() after closing the underlying kernel so that the method won't complete until all of the threads are done. Then the kernels were modified to wakeup the readers (and this is now standardized in a base class method) so that they don't hang forever.experimental
parent
84a38d1363
commit
ac672df63a
Loading…
Reference in new issue