March 1, 2010
10:19 p.m.
I think one of the problems is that the two networking solutions attempt to coexist (old, new) but the old is not really the *old* version. If you look through old Pharo images e.g #10201 NetNameResolver just answered the result of the prim calls which was a ByteArray. By #10268 we have the new infrastructure, but if i set useOldNetwork to true, it doesn't work as far back as then. So the introduction of SocketAddress doesn't look compatible in #10268 with the 'old' method let alone 10508rc2. Or am I missing a change in the VM or something?... thanks, Mike