trustgraph/trustgraph-flow
forhim007 ec56f69158 fix: ensure publisher is cleaned up on error in submit_document
If pub.send() raises an exception, pub.stop() was never called,
leaking the publisher and its underlying connection.

Wrap the pub.start()/pub.send() calls in try/finally so pub.stop()
is always called, matching the existing pattern at lines 345-361.

Fixes #871
2026-05-07 23:24:11 +08:00
..
trustgraph fix: ensure publisher is cleaned up on error in submit_document 2026-05-07 23:24:11 +08:00
pyproject.toml feat: IAM service, gateway auth middleware, capability model, and CLIs (#849) 2026-04-24 17:29:10 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00