Ignore:
Timestamp:
09/23/15 16:18:56 (9 years ago)
Author:
rlacroix
Message:

Fix random communication errors when using the attached mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/interface/c/iccalendar.cpp

    r639 r704  
    1313    CTimer::get("XIOS").resume(); 
    1414    xios::CContext* context = CContext::getCurrent(); 
    15     if (!context->hasServer) context->checkBuffersAndListen(); 
     15    if (!context->hasServer && !context->client->isAttachedModeEnabled()) 
     16      context->checkBuffersAndListen(); 
    1617    context->updateCalendar(step); 
    1718    context->sendUpdateCalendar(step); 
Note: See TracChangeset for help on using the changeset viewer.