cyrillicw
cyrillicw
Will generate a reproducible example in a few days
Here is an example https://github.com/cyrillicw/LibtorrentExample
In this example five downloaders try to download 1GB file from the single uploader and other downloaders. In order to run it you have to bind ip addresses - you...
The assert does not arise always but quite often
Oh, thank you, didn't think about the possibility of defining own ZEXPORT. Thank you! I use fvisibility=hidden because according to https://gcc.gnu.org/wiki/Visibility this can significantly influence the size of the executable,...
@lix19937 The fix also works in my case but could you please explain why does it matter?
@tmikov Thank you for your answer! According to this issue https://github.com/facebook/react-native/issues/42742 they are going to support the new event loop and WeakRefs in the next React Native version 0.75. Can...