mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-08 12:52:12 +02:00
Resolves #871 The submit_document method creates a Publisher but doesn't wrap the start/send calls in try/finally. If pub.send() raises, pub.stop() is never called and the publisher leaks. This matches the existing pattern in emit_document_provenance (line 345) which already uses try/finally correctly. |
||
|---|---|---|
| .. | ||
| trustgraph | ||
| pyproject.toml | ||
| README.md | ||