LiskArchive / lisk-engine

:bullettrain_front: Lisk blockchain engine
https://lisk.com
Apache License 2.0
0 stars 0 forks source link

Retry request message delivery after timeout #77

Closed matjazv closed 1 year ago

matjazv commented 1 year ago

What was the problem?

This PR resolves #33.

How was it solved?

If request message is not delivered and timeout occurs, a message is resent for a predefined number of times (currently 2).

How was it tested?

All existing unit tests passed.