Ilya Bogdanov

Results 41 comments of Ilya Bogdanov

@alteous and me also interested in.

@simplesmiler the fix is now merged to the master. Please test and close this issue if everything works fine

Well, it seems weird to me. @ivan-ochc could you please test it for different ports on localhost? I can't see the reason why this should work for port 80 only.

Could you please provide the output of `git rev-parse HEAD` command? I can't reproduce such issue on my Mac OS Mojave

Thank you. What Rust compiler version are you using? Could you provide the output of `rustup show`?

Could you try stable 1.32?

Thanks, we will investigate

@hajsf well, you don't need to update any of the packages inside our `Cargo.toml`, because such changes need some code modification (and that's why you have compile issues now).

@hajsf this looks like an issue with your `ulimit` setting. What is the output of `ulimit -n`? On my machine a have about 7000+

There is no need in installing Rust dependencies manually, `Cargo` will compile and install them appropriately. You can consult [travis.yml](https://github.com/exonum/exonum/blob/86875313ccbd233d7b29b28db1b3310026809edb/.travis.yml#L12-L39) file for package names. Make sure you followed our [installation...