Open zengdaiwei opened 2 years ago
What I want to do with DataStorm is to use it as a way of IPC without any network.
You should be able to achieve this by explicitly setting the DataStorm.Node.Server.Endpoints
property. For example if this set DataStorm.Node.Server.Endpoints="tcp -h 127.0.0.1:tcp -h 192.168.1.169
, the node will listen on both the loopback and TCP interfaces and should be able to use both.
when I disconnected any network(wifi, local lan), I just can not make the demos/cpp/clock or minimal work with only localhost(loopback). I tried to change reader.config, writer.config, but can't figure it. I searched through the datastorm docs, no solution. I tried to switch off firewall, but it still does not work. Hope for some help, thanks.
I am using Windows10 with VisualStudio2019.