mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Fix async/sync load issues with knowledge streaming APIs (#315)
This commit is contained in:
parent
c08779ff3c
commit
a922852017
5 changed files with 6 additions and 8 deletions
|
|
@ -51,7 +51,7 @@ class TriplesLoadEndpoint(SocketEndpoint):
|
|||
triples=to_subgraph(data["triples"]),
|
||||
)
|
||||
|
||||
await self.publisher.send(None, elt)
|
||||
self.publisher.send(None, elt)
|
||||
|
||||
|
||||
running.stop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue