edgedb / edgedb-rust

The official Rust binding for EdgeDB
https://edgedb.com
Apache License 2.0
215 stars 26 forks source link

client: use `AddrNotAvailable` as temporarily error #114

Closed tailhook closed 2 years ago

tailhook commented 2 years ago

According to https://stackoverflow.com/a/64330227 this error mighth happen when server is going to be runned in docker with exposed port but the server is not listening to that port yet