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
To connect between client and server, works perfect if it is on the same machine.
server = new NamedPipeServer("named_pipe_test_server");
client = new NamedPipeClient("named_pipe_test_server");
How is the syntax for connecting over network, through IP?
like "//192.168.100.1//namedPipeTestServer" or ??
The text was updated successfully, but these errors were encountered:
To connect between client and server, works perfect if it is on the same machine.
server = new NamedPipeServer("named_pipe_test_server");
client = new NamedPipeClient("named_pipe_test_server");
How is the syntax for connecting over network, through IP?
like "//192.168.100.1//namedPipeTestServer" or ??
The text was updated successfully, but these errors were encountered: