Details
-
Type:
Improvement Request
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.1
-
Fix Version/s: 5.0.0
-
Component/s: ComponentContext
-
Security Level: Public
-
- Environment:
- OS:all
Issue Links
| Depends | |||
|---|---|---|---|
|
|||
We made another change to keep the consistency but avoiding extra bothering checks:
This makes sense and simplify a bit the code.
- setting a fault over an out removes the out (of course not in the case of a consumer answering a fault to an out in an InOptionalOut)
- setting an out over a fault removes the fault
This makes sense and simplify a bit the code.