The method ApplyClientBehavior inside IEndpointBehavior gets not call after updating openria to 5.3.1 #432
-
Describe the bug
We are adding this Endpointbehavior in the EndpointBehavior of the channel:
Are we missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hi @neplan, I will have a look at this when I have time, probably in the next couple of days and hopefully find a solution |
Beta Was this translation helpful? Give feedback.
-
Hi @SandstromErik . This would be great. Thank you. |
Beta Was this translation helpful? Give feedback.
-
I found that the |
Beta Was this translation helpful? Give feedback.
-
Ok. Thank you.
Am 05.07.2023 17:28, schrieb Erik Sandström:
… I found that the `ChannelFactory` is opened when retrieving it in the
extension method, which means that adding additional
`EndPointBehaviors` will not initialize them, i.e.
`ApplyClientBehaviour` will not be called for the additional behaviour.
I am investigating if `ChannelFactory` needs to be opened or if that
code can be removed.
|
Beta Was this translation helpful? Give feedback.
-
If you need to add your custom behaviour you need to write your own DomainClientFactory, se #267 (comment) for a similar issue and proposed solution. Some other notes:
|
Beta Was this translation helpful? Give feedback.
If you need to add your custom behaviour you need to write your own DomainClientFactory, se #267 (comment) for a similar issue and proposed solution.
Some other notes: