mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-08 12:52:12 +02:00
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 |
||
|---|---|---|
| .. | ||
| trustgraph | ||
| pyproject.toml | ||
| README.md | ||