The arhitecture:
The problem:
I found that there are 2 channels for this binding. I need to have permanently the channel from service (for callbacks) open.
Thanks;
As long as a client is connected to the service, the callback channel will be alive. Once the client disconnects (or the channel gets faulted), the callback channel will close.