Thyme Teta
Results
1
comments of
Thyme Teta
I'm not a dev, but maybe try adding some wait before and after sending keys: ```rust tokio::time::sleep(Duration::from_millis(20)).await; // some io code tokio::time::sleep(Duration::from_millis(20)).await; ```