alan-turing-institute / trustchain

Trustworthy decentralised PKI
https://alan-turing-institute.github.io/trustchain/
Apache License 2.0
9 stars 4 forks source link

Fix verify presentation intermittent hanging #132

Open sgreenbury opened 11 months ago

sgreenbury commented 11 months ago

Identified that the verify presentation hangs at two specific places:

  1. presentation.generate_proof()
  2. presentation.verify()

The delay is for up to 20-30 seconds and is not dependent on the number of stream concurrency as it occurs either side of the stream in the test. Additionally, if there is a delay at the first place (generate_proof) then there is also a delay at the second (presentation.verify()).

Possibly LDP issue?