- Added missing document-load / text-load response on websocket (#228)

This commit is contained in:
cybermaggedon 2024-12-29 11:32:10 +00:00 committed by GitHub
parent 5d3a33f85c
commit 21e7b856c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,8 @@ class ServiceSender:
self.pub.send, None, self.to_request(request)
)
return {}
if responder:
await responder({}, True)
except Exception as e: