functionality of Socket>>socketError

Frank Caggiano frank at crystal-objects.com
Wed Aug 25 00:50:31 UTC 2004


On Aug 24, 2004, at 3:35 PM, Kamil Kukura wrote:

> 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
>
>
>

On Mac OSX vm 3.7.4b1 I get 61.

Frank




More information about the Squeak-dev mailing list