Pavel Minenkov

Results 4 comments of Pavel Minenkov

This addition does not affect on time of delivery, retrieving agent will catch forwarding messages immediately. This extension affects on max time retrieving agent is ready to await. If retrieving...

> I believe this is covered by the timing decorator `stale_time` and/or `expires_time` properties: https://github.com/hyperledger/aries-rfcs/tree/main/features/0032-message-timing @andrewwhitehead thanks for comment, it is usefull and I should confess ignoring of 0032 decorators...

> Can you describe the use case(s) driving this addition? > > In my mind, a retrieving agent would always want messages back immediately, without waiting for more messages to...

Steps to reproduce: 1. `cd experimental/plugins/postgres_storage` 2. `export CARGO_LOG=trace && cargo build` Sample Dockerfile ``` FROM ubuntu:16.04 # Install environment RUN apt-get update -y && apt-get install -y \ coreutils...