tlsnotary / tlsn

Rust implementation of the TLSNotary protocol
https://tlsnotary.org
263 stars 69 forks source link

Use sync mutex for store in notary server #482

Closed yuroitaki closed 4 months ago

yuroitaki commented 5 months ago

This follows the use of sync mutex instead of async mutex in https://github.com/tlsnotary/tlsn/pull/458 — i.e. since we don't hold the store mutex across an await point (https://github.com/tlsnotary/tlsn/pull/458#discussion_r1548279255)