Open totaam opened 3 months ago
Even reading from stdin is handled as one big blob: https://github.com/Xpra-org/xpra/blob/1bff4bc094cb663d4d46a30cfc7db007ba023e69/xpra/client/base/command.py#L586-L598 Instead, we should be using Gio.InputStream instead.
See also #2990, #3329
Even reading from stdin is handled as one big blob: https://github.com/Xpra-org/xpra/blob/1bff4bc094cb663d4d46a30cfc7db007ba023e69/xpra/client/base/command.py#L586-L598 Instead, we should be using Gio.InputStream instead.
See also #2990, #3329