We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa87db commit 3c1bf01Copy full SHA for 3c1bf01
src/implementation/Server/HTTPServer/pubsub.ts
@@ -43,6 +43,7 @@ export default class HTTPServerPubSub implements IServerPubSub {
43
await cb(data);
44
} catch (e) {
45
console.error(e);
46
+ return res.send({ success: false });
47
}
48
49
// Let Dapr know that the message was processed correctly
0 commit comments