Skip to content
  • Ciarán Ó Rourke's avatar
    Fix for FIFO related race conditions · 2836db9f
    Ciarán Ó Rourke authored
    Change Log:
    * Changed PUT functionality to match GET logic
    * All threading now handled by server
    * Moved asynchronous calls to backend to server source to prevent FIFO open from blocking
    * Introduced file_closed boolean to prevent extra read of FIFO during
    GET request
    2836db9f