I have tried to use this tool with different examples and crate versions.
It always gets stuck: pressing enter has no result.
To reproduce:
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y cargo git
RUN git clone https://github.com/TimelyDataflow/timely-dataflow
WORKDIR timely-dataflow
RUN cargo install tdiag
ENV PATH="$PATH:/root/.cargo/bin"
Hi,
I have tried to use this tool with different examples and crate versions.
It always gets stuck: pressing enter has no result.
To reproduce:
Run:
And run this docker in two different shells: