You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I know, eDO use tcp connect to communicate with host and client.
why make it only connect on localhost with two process?
I think it can run on two devices and connect through tcp.
The text was updated successfully, but these errors were encountered:
It is definitely possible to allow connecting to other hosts, the EDOHostPort was abstracted to locate the host, whether it's a device, another machine, or a local machine.
We don't have immediate request to implement more of supports, but the device support is already there, and we are happy to review your PRs to support more types of hosts.
As I know, eDO use tcp connect to communicate with host and client.
why make it only connect on localhost with two process?
I think it can run on two devices and connect through tcp.
The text was updated successfully, but these errors were encountered: