Patrycja
Patrycja
It's based on upload time and uploads are being done parallel, also, messages are being received asynchronously, so there would have to be a queue to send messages in order...
Fixed in https://github.com/miscord/miscord/commit/a6abebc93632e464367127f7594da5617e7cc919, waiting for a merge to stable.
fwiw, it still fails to build with multiple errors: ``` rr-master/src/preload/overrides.c: In function 'fix_mutex_kind': rr-master/src/preload/overrides.c:46:8: error: 'pthread_mutex_t' has no member named '__data' 46 | mutex->__data.__kind &= ~PTHREAD_MUTEX_PRIO_INHERIT_NP; | ^~ ```...
I first thought about "A and B", but the other one could be nice to have too
@theofficialgman it's **segfaulting**, if the symbols were missing, the executable would not be even launched
> It shouldn't have missing symbols anymore if you use that PR @theofficialgman and it doesn't. just to be clear, by "it still segfaults in the same way" i meant...
there seems to be a regression on master - while v3.9 can load a 2k+ playlist with some struggles, current master (5bccf90a) hangs completely and never loads the full list...
 correct, thanks for fixing this issue!
Is this still blocked? If not, I'd be willing to try (partially) implementing this, if it's still desired and would be merged
hi! as a frequent user of subliminal, while i definitely couldn't be the sole maintainer, i'd like to offer to help out a little with bringing the project up to...