From 3da6d0b03d20a960bdcc941b7463d6bfc94c2d4c Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Sun, 29 Dec 2024 11:31:02 +0000 Subject: [PATCH] - Added missing document-load / text-load response on websocket --- trustgraph-flow/trustgraph/gateway/sender.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trustgraph-flow/trustgraph/gateway/sender.py b/trustgraph-flow/trustgraph/gateway/sender.py index 207e27e3..93f1164c 100644 --- a/trustgraph-flow/trustgraph/gateway/sender.py +++ b/trustgraph-flow/trustgraph/gateway/sender.py @@ -39,7 +39,8 @@ class ServiceSender: self.pub.send, None, self.to_request(request) ) - return {} + if responder: + await responder({}, True) except Exception as e: