You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created an application that reads the content of the clipboard every second to synchronize several clipboards.
After some time running, the application will become unable to read content from the clipboard and will return this error: fork/exec /usr/bin/pbpaste: too many open files
I have tested it both in macOS and Ubuntu (The message in Ubuntu is the same with different executable and takes longer to appear).
The text was updated successfully, but these errors were encountered:
I created an application that reads the content of the clipboard every second to synchronize several clipboards.
After some time running, the application will become unable to read content from the clipboard and will return this error:
fork/exec /usr/bin/pbpaste: too many open files
I have tested it both in macOS and Ubuntu (The message in Ubuntu is the same with different executable and takes longer to appear).
The text was updated successfully, but these errors were encountered: