Kyle Wood
Kyle Wood
Okay patch 9 totally changes how variables are named and so it actually makes patch 37 a little odd considering it's not doing anything. But I cannot follow the new...
Seems like it would be nice to have a "retired" section for Z750 and gsand, considering they started the Paper project.
This is interesting, I'll dig into this and see if I can spot what's going on. It uses a bounded thread pool, shouldn't be saturating the CPU. I may have...
I set the [socket timeout to 250 ms](https://github.com/PaperMC/paperd/blob/master/paperd-lib/src/lib.rs#L64-L66) so it should loop on receive every 250 ms...definitely shouldn't saturate the CPU unless the impl for the `recv` syscall is saturating...
Okay it seems when `paperd` is running it's fine, it's when it quits that seems to get the thread stuck for some reason. Makes me think that the issue is...
What country are you in? Will see if we can ask Jetbrains what's going on.
Hmm I wonder if there's a different listener we need to attach to for this situation.
@FxMorin is your large project in a public repo? It's tough to improve things without being able to test against a real example. If the code is private but you'd...
I have the same error on aarch64 macOS: ``` Login failed: Could not sync vault: decrypt: MAC mismatch ``` I can only find one other issue with this message reported:...
I'll give it my best shot :)