June 16, 2009
9:40 a.m.
Pat Maddox wrote:
Okay per http://www.mail-archive.com/pharo-project@lists.gforge.inria.fr/msg08133.htm... all I had to do was change NetNameResolver class >> useOldNetwork to
A real fix is attached here: http://code.google.com/p/pharo/issues/detail?id=892
above (in the caller/message-sender) where #port: is sent, insert a asSocketAddress (or something like that)
This actually doesn't work as I found out.
Also, at least a few weeks back, I was still needing to return "true" in net-name-resolver method #useOldSockets (? or Address?)
That is causing it to work as it circumvents the problematic code altogether. Michael