Changeset 2605


Ignore:
Timestamp:
12/22/23 09:31:25 (5 months ago)
Author:
jderouillat
Message:

Reader finalization (p2p) requires ContextClient? and ContextServer? to be active

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/node/context.cpp

    r2603 r2605  
    936936         do 
    937937         { 
     938            client->eventLoop(); 
     939            server-> eventLoop(); 
    938940            notifiedFinalized = client->isNotifiedFinalized() ; 
    939941         }   while (!notifiedFinalized) ; 
Note: See TracChangeset for help on using the changeset viewer.