Jonas Zaddach
Jonas Zaddach
I've implemented support for music sharing here: https://github.com/zaddach/based-connect
Do you still accept pull requests?
Hi, Is there any progress on this? This feature would be very useful.
Anonymous pipes aren't very popular on Windows because they don't support overlapped operations. Internally they're a pair of named pipes anyways, just that the name isn't visible outside the Windows-internal...
Thanks! Can you send me a pull request for that one?
Actually I'd guess that this is related to #3225. You mention explicitly that you build with Debug (using msvcrtd), and Rust on Windows always uses the release version (msvcrt). If...
I've implemented Music Share (unfortunately on the older Denton-L version of the code), but I don't think this works the same way as Party Mode. https://github.com/zaddach/based-connect
Hi, I have the same issue on Windows. My `rustc --version` says: ``` rustc 1.88.0 (6b00bc388 2025-06-23) ```
But my problem is actually from a bit earlier, when I do `rustup toolchain list --verbose`: ``` stable-x86_64-pc-windows-msvc (active, default) C:\Users\user\.rustup\toolchains\stable-x86_64-pc-windows-msvc ``` Since I was using an older version of...