Skip to content
  • Federico Vaga's avatar
    sw:drv: bugfix filter our messages on poll · db2181c9
    Federico Vaga authored
    
    
    Without filtering the user poll on the full buffer which may not reflect
    the real status from its point of view (with filters).
    
    The following use case is buggy:
    
    - buffer is not empty
    - user does poll()
    - poll sais that the user can read
    - user does read()
    - read return nothing because the buffer does not contain valid messages
    
    This is critical for sync messages.
    
    Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
    db2181c9