Changeset 744 for branches/eraser6/Manager/RemoteExecutor.cs
- Timestamp:
- 12/6/2008 7:22:31 AM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Manager/RemoteExecutor.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/RemoteExecutor.cs
r739 r744 320 320 try 321 321 { 322 client.Connect( 250);322 client.Connect(3000); 323 323 } 324 324 catch (TimeoutException) … … 333 333 //Connect to the server 334 334 object result = null; 335 client.Connect(5000);336 335 337 336 using (MemoryStream mStream = new MemoryStream())
Note: See TracChangeset
for help on using the changeset viewer.
