Hello,
I am writing a program using rmi to connect server and clients together and got the following issue:
- My rmi server support both ethernet and wifi mode
- rmi clients can connect to the server either vi ethernet or wifi depending. That because s*ome clients can only run via ethernet* and some can only run via wifi.
My question is: how can I make my rmi server connect to all clients in such situation?
Thanks.