madsim-rs / madsim

Magical Deterministic Simulator for distributed systems in Rust.
Apache License 2.0
648 stars 46 forks source link

tonic: connecting to an invalid address should fail #26

Closed wangrunji0408 closed 2 years ago

wangrunji0408 commented 2 years ago

If a client connects to an address where no server is listening, the connect function should return an error. But now it will succeed.