For example, tapping twice quickly after another gives clickclick command not found, Eish. I think it's because the client_sock.recv(1024) receives too much at once.
Another case would be {"action":"mouse-move","x":1.811187744140625,"y":1.63995361328125}{"action":"mouse-move","x":2.9740753173828125,"y":0.71514892578125} command not found, Eish
Other than that, this works great! Thank you for making an open-source "It just works" equivalent. Other apps either didn't work, required WiFi, or were paid, so I appreciate this project 😄
For example, tapping twice quickly after another gives
clickclick command not found, Eish. I think it's because theclient_sock.recv(1024)receives too much at once.Another case would be
{"action":"mouse-move","x":1.811187744140625,"y":1.63995361328125}{"action":"mouse-move","x":2.9740753173828125,"y":0.71514892578125} command not found, EishOther than that, this works great! Thank you for making an open-source "It just works" equivalent. Other apps either didn't work, required WiFi, or were paid, so I appreciate this project 😄