csunday95

Results 4 comments of csunday95

+1 for this, worth noting that the standard library [UnixStream](https://doc.rust-lang.org/std/os/unix/net/struct.UnixStream.html) also has try_clone() support for unix domain sockets. I haven't looked too closely yet, but it may be possible to...

@petersn it appears I actually already implemented this and it was merged into the codebase, but v0.0.19 was never pushed to production. Do you think it'd be possible to update...

@CryZe has suggested he may implement this in a PR into the Rust code

appears to be partially implemented by @petersn at https://github.com/petersn/web-sploosh-kaboom/blob/master/src/App.js#L431 but commented out in current deployment