functionality of Socket>>socketError

Kamil Kukura kamk at volny.cz
Tue Aug 24 19:35:09 UTC 2004


I'm investigating if Socket>>socketError is usable for anything. Could 
someone try this on Linux or MacOS:

    s _ Socket new.
    s connectNonBlockingTo: #(127 0 0 1) asByteArray port: 12345.

and then print

    s socketError

on Windows (WinXP) I'm still getting zero.

-- 
Kamil



More information about the Squeak-dev mailing list