Am 10.04.2012 22:39, schrieb Tommi Mäkitalo: > Am 10.04.2012 17:05, schrieb Leandro Santiago: >> Hi, today I tested in a Ubuntu natty 32-bit the binary rpc demo and it >> seems the add service is not working correctly. It returns the correct >> result + 0.75 >> >> $ ./rpcaddclient -i localhost -b 3 4 >> sum=7.75 # must be 7.0 >> $ ./rpcaddclient -i localhost -b 0 >> sum=0.75 # must be 0 >> $ ./rpcaddclient -i localhost -b 1 1 >> sum=2.75 # must be 2 >> >> The code revision I'm using is 1450. >> > Hi, > > thank you for testing and finding the bug. It looks like the binary > serialization fails to serialize a 0. I will fix that. > > And thank you for your patches for the rpc demos. > > Tommi > Hi again,
I just checked in a fix for that. Can you please test again. Btw: you do not need to pass "-i localhost" The default value for the ip adress is empty, which really means localhost. This works even with IPv6. On the listen side a empty listen ip tells the server to listen on all interfaces. Tommi ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
