Hello Mike!
Are you talking about the Client or ServerConnectionContainer? If you use the ClientConnectionContainer nothing has to be done. Your network card(s) will automatically manage the receiving packets and forwards them to the network library.
On the other hand, the ServerConnectionContainer listens to the local loopback address. (127.0.0.1) Which is in both cases matching for both network cards. There shouldn’t be any issue.
Thanks for your post. For the next release I will offer a function, so that you are able to chose an address to bind it to.
Best Regards,
Thomas