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
scene.setOnKeyPressed(...) directly calls sendKeyPressed(...). This blocks the app until it can send the request by http to adb. It should instead add these events to a queue, and another thread should send those requests.
The text was updated successfully, but these errors were encountered:
scene.setOnKeyPressed(...)
directly callssendKeyPressed(...)
. This blocks the app until it can send the request by http to adb. It should instead add these events to a queue, and another thread should send those requests.The text was updated successfully, but these errors were encountered: