mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-09 17:36:11 +00:00
Fix the renderer thread causing NvConnection.stop() to block forever. Remove the hack to workaround this bug.
This commit is contained in:
@@ -40,7 +40,6 @@ public class KeyboardHandler implements KeyListener {
|
||||
event.getKeyCode() == KeyEvent.VK_Q) {
|
||||
System.out.println("quitting");
|
||||
parent.close();
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
translator.sendKeyDown(keyMap, modifier);
|
||||
|
||||
Reference in New Issue
Block a user