@@ -73,13 +73,10 @@ [super dealloc]; } - (void)didConnect { - if (_exception == nil) - _socket.blocking = true; - _socket.delegate = _delegate; #ifdef OF_HAVE_BLOCKS if (_block != NULL) _block(_exception);