Hello! I'm trying to read pseudo-tty with libuv. But I'm running into one big problem: I get some garbage on callback
Code what I use to read pty: https://paste.nightsnack.cf/eguzadewam.cpp What I expect: exact data from pty What do I get: garbage on read, something like this: https://0x0.st/OMd.png (first line should be clean) In fact reading file using such method works fine. libuv version: 1.10.2 (also tested version from git and got same issue, commit: c722b8d2784c8a9f99c810c0263e6833e480ec7b) Thanks for the help! -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
