Skip to content

Draft: Unidirectional API (FIFO)

Bengfort requested to merge unidirectional-api-fifo into main

Yet another potential fix for #1 (closed)

  • No polling required (see !22 (closed))
  • No separate service required (see !23 (closed))
  • well established technology (but not necessarily well known by the average web developer)

Possible improvements:

  • The biggest issue is that the FIFOs are not removed when the connection breaks. Not sure why.
  • I am not sure whether writes are atomic, locking might be a good idea
  • read timeouts
Edited by Bengfort

Merge request reports