The only notifications that indicate the request has finished are channel_deleted or stopped. There's another case, though: when all nodes return a fatal error to the client (e.g. internal error / unsupported). It's not clear how the client handles this.
The only notifications that indicate the request has finished are
channel_deleted
orstopped
. There's another case, though: when all nodes return a fatal error to the client (e.g. internal error / unsupported). It's not clear how the client handles this.