I am completely new to ZeroMQ, my Window C# application is going to publish data through ( tcp://localhost:5563
), if I change it to ( pgm://localhost;233.255.0.1:5555
), throws an error:
EINVAL(22): Invalid argument
Warn: Interface {xxx-xxx-xxx..-xxx} reports as a loopback device.
Anyone can give some hints?
A use of
epgm://<IPv4_ADDR>;<mcast_ADDR>:<port#>
is advised in ZeroMQ API documentation.ZeroMQ API documentation remarks are all important: