Can I expose more than one WCF service (interface) over the same port and have a single client connect to both services with different TCP connections?
I need the two services to be independent of each other, so that the response to an outstanding message on the channel to one service does not get blocked by a call-back from the other service. (Some client)