gunzino
gunzino
I think this package is not compatible with Expo because you cannot use additional native code in expo packages
@divinity76 Hello, Actually I have problem compiling it, I get: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libogg.a(framing.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
@divinity76 That helped. Thank you. Now after succesfull build I've got this: libGL error: failed to load driver: swrast X Error of failed request: GLXBadContext Major opcode of failed request:...
@divinity76 didn't help ;/
Hello, Is there some fixes already for that problem ? I would like to implement Redox to my production app.
Okay thank you, I've seen your library but probably I will use this one. Is it possible to check if Redox is connected to the redis before calling some command...
Heya, I've setup the handler, everything works but now also experiencing the problem with the subscribe. I just have to create new object without disonnection.
@ramon-bernardo I've added async house saving today as well which uses similar approach. Can you review?
@ashtum My CPU usage just became 100%, that's how I've noticed it. It's single core cheap VPS but still. Currently using -Ofast, will try to compile also without debug symbols...