clipboard-sync
clipboard-sync copied to clipboard
Stop sending clipboard if no other computer is receiving it
trafficstars
There is already logic to handle this by creating the is-receiving file. However, this file does not get deleted on shutdown, which causes the writing side to believe there is some computer still receiving.
These files should be deleted automatically on shutdown, but if something happens and they don't get deleted, we should clean them up at some point.
We should ensure Clipboard Sync renews this file from time to time, and on the read side, we should only take into account recent enough ones.