AlexPikalov / cdrs

Cassandra DB native client written in Rust language. Find 1.x versions on https://github.com/AlexPikalov/cdrs/tree/v.1.x Looking for an async version? - Check WIP https://github.com/AlexPikalov/cdrs-async
Apache License 2.0
343 stars 58 forks source link

fix: fix IP parsing error when using hostname #324

Closed AlexPikalov closed 4 years ago

AlexPikalov commented 4 years ago

Fixes #322

nazar-pc commented 4 years ago

@AlexPikalov looks like this wasn't backported to async-tokio branch yet

AlexPikalov commented 4 years ago

Seems it wasn't

nemosupremo commented 4 years ago

Is the workaround to just resolve the DNS manually?

nazar-pc commented 4 years ago

Yes, just like this PR does it.