We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ae0ff commit 96d481bCopy full SHA for 96d481b
1 file changed
packages/bus-core/src/service-bus/service-bus.ts
@@ -158,5 +158,5 @@ async function dispatchMessageToHandler (
158
sessionScopeBinder(childContainer.bind.bind(childContainer))
159
160
const handler = handlerRegistration.resolveHandler(childContainer)
161
- handler.handle(message, context)
+ return handler.handle(message, context)
162
}
0 commit comments