main-- / windows-gaming

This project makes it easy and straightforward to set up PCI/VGA passthrough on your system. - OR AT LEAST IT WOULD, IF IT WASNT DEAD
6 stars 1 forks source link

If fetching clipboard times out, entry is super slow #133

Closed oberien closed 7 years ago

oberien commented 7 years ago

Fetching the clipboard is done synchronously with a timeout of a few seconds. If no clipboard can be fetched, we have to wait for the timeout before we can enter.

main-- commented 7 years ago

IMO #119 would be a sufficient workaround for now.

A proper long-term implementation of #23 would not have this issue anyways as we can make the Windows Clipboard API fall back to something Linux-like and have them interoperate:

oberien commented 7 years ago

Fixed by #135