Interop with C++ rpclib
sasmaster opened this issue · 1 comments
sasmaster commented
Hi! Looks like the libs works ok with https://github.com/rpclib/rpclib
I tried https://github.com/0rpc/zerorpc-python which didn't work.
But 'localhost' string must be replaces with the actual IP,otherwise it cannot establish a connection.
wosiu commented
If by saying "actual IP" you mean "outer IP of a network card/whatever", then I don't agree. You don't need your outer network IP. That depends on your sys config whether 'localhost' works or not.
The best thing is always to use '0.0.0.0' instead of 'localhost' if want to connect to service on the same machine.
Tested with c++ rpc server you linked :)