Denis Golovan
Denis Golovan
Thanks. Looks good.
Any chance of this being merged?
Or perhaps I should change my "read" to following? ```rust impl std::io::Read for TcpCustomStream { fn read(&mut self, buf: &mut [u8]) -> std::io::Result { match self.s.read(buf) { Err(e) if would_block(&e)...
In other words, my current problem is with "write" implementation which blocks on writing skipping some existing logic inside "write_message"? Could you clarify a bit? Just polling a non-blocking socket...
It seems like it almost works :) However about 60% attempts of client connects fail with HandshakeError::Interrupted(...) errors. Log looks like: ``` Client started [2022-10-16T18:13:40Z TRACE mio::poll] registering event source...
Might be the same issue, no idea. Plenty of free space, run under Administrator account...
I get the following. If utox is run from default installation location (C:\Users\Администратор\AppData\Roaming\uTox\uTox.exe), only Tox folder is created near utox.exe. However, if run from C:\Temp\_tox\uTox.exe, files tox_save.tox and utox_save are...
@redmanmale Russian Windows has Administrator translated and there is nothing can be done about it from user POV. And yes, it leads to never-ending issues.
No, I don't "Push to talk" enabled. I can hear myself (under Linux) and pulseaudio volume control app also confirms that. Windows version (other client) has everything by default. Also...
Not sure if it'll help, but shortly after establishing a call, I start getting "dropped audio frame" in Linux client console. Still no sound. ``` Toxcore: Sending call to friend...