Hello guys,
You helped me out a while ago setting up duplex TCP comms based on the WhsiperChat example. This is working perfectly on one section of my solution - thanks.
I now need to connect two components which need to pass serialised objects in a similar way but on the same machine, using IPC (for performance).
Do you have any example code to get me started with this? And are there any traps I need to look out for - like starting the server side first before registering a client, and so on?
Any help would be gratefully received.
Thanks again,
Dave
You helped me out a while ago setting up duplex TCP comms based on the WhsiperChat example. This is working perfectly on one section of my solution - thanks.
I now need to connect two components which need to pass serialised objects in a similar way but on the same machine, using IPC (for performance).
Do you have any example code to get me started with this? And are there any traps I need to look out for - like starting the server side first before registering a client, and so on?
Any help would be gratefully received.
Thanks again,
Dave