Ignore:
Timestamp:
05/26/15 16:13:47 (9 years ago)
Author:
rlacroix
Message:

Add basic infrastructure for servers to clients communication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/context_client.cpp

    r596 r597  
    206206         free &= (*itBuffer)->isBufferFree(*itSize); 
    207207        } 
     208        if (!free) 
     209          context->server->listen(); 
    208210      } 
    209211      CTimer::get("Blocking time").suspend(); 
Note: See TracChangeset for help on using the changeset viewer.