/**
Change the blocking mode of the socket. A blocking socket is the default behavior. A non-blocking socket will abort blocking operations immediately by throwing a haxe.io.Error.Blocking value.
**/
function setBlocking( b : Bool ) : Void;
I was setBlocking(false);//but not work,still throw Blocked error!