Take this sample
import sys
import readchar
while True:
sys.stdout.write(readchar.readchar())
sys.stdout.flush()
if I copy the text ClientMessage.to_server and paste it into the program terminal in linux(wsl) I would get unordered characters
or missing characters like this ClientMto_seerrv
on windows cmd it works fine
Take this sample
if I copy the text
ClientMessage.to_serverand paste it into the program terminal in linux(wsl) I would get unordered charactersor missing characters like this
ClientMto_seerrvon windows cmd it works fine