? .INSTALL.MONO.swp ? dist ? config/TestUtil.pyc ? demo/bin ? src/Ice/.AssemblyUtil.cs.swp ? src/Ice/.BasicStream.cs.swp ? src/Ice/.Connection.cs.swp ? src/Ice/.ConnectionFactory.cs.swp ? src/Ice/.Network.cs.swp ? src/Ice/.ObjectAdapterFactory.cs.swp ? src/Ice/.ObjectAdapterI.cs.swp ? src/Ice/.OutgoingAsync.cs.swp ? src/Ice/.TcpAcceptor.cs.swp ? src/Ice/.TcpConnector.cs.swp ? src/Ice/.TcpTransceiver.cs.swp ? src/Ice/.ThreadPool.cs.swp ? test/Ice/slicing/exceptions/.Server.cs.swp ? test/Ice/slicing/exceptions/AllTests.cs.exceptions Index: src/Ice/Network.cs =================================================================== RCS file: /home/cvsroot/icecs/src/Ice/Network.cs,v retrieving revision 1.16 diff -c -r1.16 Network.cs *** src/Ice/Network.cs 23 Jul 2004 06:23:35 -0000 1.16 --- src/Ice/Network.cs 28 Jul 2004 04:44:57 -0000 *************** *** 401,407 **** // The only fix appears to be to restart the call to Connect() -- the second attempt // works and establishes the connection. // ! if(ready && !socket.Connected) { goto repeatConnect; } --- 401,407 ---- // The only fix appears to be to restart the call to Connect() -- the second attempt // works and establishes the connection. // ! if(ready && System.Type.GetType("Mono.Runtime") != null && !socket.Connected) { goto repeatConnect; }