Mattia Ferrari
Mattia Ferrari
Thanks for your reply, but it seems like i can't import directly `NIOSOCKS` like you mentioned ```swift import NIOSOCKS // No such module 'NIOSOCKS' import NIOExtras // No error, but...
Oh ok, sorry but i'm no swift dev, the project that i'm working on is made with react native, and we are using swift for the [native-module](https://reactnative.dev/docs/native-modules-ios) part, so i...
Ok so, how can i do it from the podfile?
I will really appreciate that, thanks for the support
Oh ok I found out what's the problem here. I created a plain node script to test it: This thing right here doesn't work with this library. If i do...
@ricmoo I tried logging that in jest environment, it gives out `false`
Okay but the test that I'm writing require `jest-environment-jsdom`
Hi guys, just here to ask what's the current state of this. With JSI do we have a way to use runtime in a thread safe manner? In my case...
@maksimlya hi, in the end i found this guy on youtube that showed how to do that. Basically you have to implement your own thread pool to queue the async...