Oleksandr Anyshchenko
Oleksandr Anyshchenko
> I've just realised they haven't published this yet. Exactly.
@GeneralDarky thanks for the issue. Yes, we already know about this problem. Hot fix in progress.
@GeneralDarky Exonum 0.11.1 has been released with a fix as well.
@GeneralDarky have you tried to increase consensus config value: `max_message_len` ?
Hello. Yes. In nearest future I plan to bump `rocksdb` version from 0.13 to 0.15.
Hello. Yes, I know about these vulnerabilities. I'm waiting for `actix-web 4.0.0` and `actix-web-actors 4.0.0` releases. After that I plan to create a new release of the exonum.
@avacom just to clarify. Is a free space is present on a hard disk ?
What's the final goal? You can use `rocksdb` in async code in the same way as in the sync one. But you should understand that you don't get a profit...
```rust tx.send(Command::Get("my key".to_owned(), tx0)).await?; let value = rx0.await?; ``` It would work like a sync version. These `awaits` block execution.
@insipx [C API](https://github.com/facebook/rocksdb/blob/main/include/rocksdb/c.h) doesn't provide such functionality yet.