@jkoehler22 Do you think we should check if emitter is cancelled before
calling oNext / etc?
```
if (!emitter.isCancelled()) {
emitter.onNext(response);
}
```[ Full content available at: https://github.com/apache/cxf/pull/451 ] This message was relayed via gitbox.apache.org for [email protected]
