Skip to content
Commit 47113076 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Prevent sending multiple error messages from a single Handler

Prevent single Handler from issuing multiple failureResponse()s, or
the Handler emitting one and then Connection sending another. The
client Jobs only expect a single error response, so when they get
more than one, it messses up result handling especially with nested
 jobs (like Transactions or ItemSync)
parent e8e475a6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment