I have now nearly finished the work on the single port remoting.
Explanation: at the moment, in trunk, we open a new TCP port for each client that connects to the server. This is not ideal, especially on servers running on the Internet. The best solution is to have the OpenPetra server running on just one port, and all traffic from all clients arrives at this port, and is then assigned to the specific AppDomain of each client.
It now works for both WebConnectors and UIConnectors.
Please can some people test the build, from ci-win.solidcharity.com/job/Open ... Timotheus/
I am happy to merge this into trunk after we have done the 0.2.22 release.
Thanks,
Timotheus