mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-19 10:11:01 +02:00
- Added missing document-load / text-load response on websocket (#228)
This commit is contained in:
parent
5d3a33f85c
commit
21e7b856c4
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ class ServiceSender:
|
||||||
self.pub.send, None, self.to_request(request)
|
self.pub.send, None, self.to_request(request)
|
||||||
)
|
)
|
||||||
|
|
||||||
return {}
|
if responder:
|
||||||
|
await responder({}, True)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue