TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.25k stars 272 forks source link

Panic with consistent message on TCP failure #486

Closed benesch closed 1 year ago

benesch commented 1 year ago

To allow downstream crates to sniff out these panics and downgrade them, if appropriate.

philip-stoev commented 1 year ago

Thanks a lot. From reading the code it seems that both TCP-related panics that I was after will be handled.

frankmcsherry commented 1 year ago

Looks good to me, thanks!