mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-18 17:51:02 +02:00
- Added missing document-load / text-load response on websocket
This commit is contained in:
parent
5d3a33f85c
commit
3da6d0b03d
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