Skip to content
  • brugger's avatar
    · 282778a6
    brugger authored
    I corrected a bug where setting up of the connections might hang.
    This was caused by the connections not being formed in the same order
    between the two processes, which resulted in the read and write
    connections being mismatched between the local and remote processes,
    resulting in hangs. This only appeared to happen going from Windows
    to linux with ssh forwarding over a gateway. To solve the issue I
    added code that wrote the index of the creation on the local side
    over each connection so that the order could be duplicated on the
    remote side. This resolves #2374.
    
    
    
    git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27197 18c085ea-50e0-402c-830e-de6fd14e8384
    282778a6