[squeak-dev] NetNameResolver localHostAddress bug in trunk

Stéphane Rollandin lecteur at zogotounga.net
Thu Dec 13 20:26:30 UTC 2012


hello,

something seems wrong in the trunk image concerning the new Network 
stuff, specifically in method NetNameResolver class>>#localHostAddress

I have

NetNameResolver addressForName: NetNameResolver localHostName
=> fe80::9d90:a71d:591f:29d3%21(Stef-PC),0(0)

after sending #asByteArray it becomes #[80]

while my proper and working local address is

NetNameResolver primLocalAddress
==> #[92 153 174 111]


Stef


More information about the Squeak-dev mailing list