psionic12
psionic12
@passy can you help to review if this pr is reasonable?
After adding ``` buildFeatures { prefab true } ``` I got this error: `executing external native build for cmake /Users/psionic12/AndroidStudioProjects/fbjnitest/app/src/main/cpp/CMakeLists.txt` I'm pretty sure the cmake's location is right, and before...
@passy, I create a pure native project https://github.com/psionic12/fbjni_demo, it has nothing to do with React Native, just trying to use fbjni. In this case, when using `prefab=true`, as long as...
While this pr are not intended to change fbjni too much, just expose the predefined exception for an easy use. What you mentioned sound reasonable but need a fully discussion...
@dreiss Done.
I'm sorry I do not have the commit any more, i just find out where the `abs(double)` used and change them to `fabs(double)`
I enabled the debug log and captured one before crash: ``` 03-23 15:01:29.085 29195 29195 D MyLog : Connection pool initialized 03-23 15:01:29.123 29195 29236 D MyLog : Incoming message...
I'v found the solution in https://github.com/devsisters/libquic/issues/8, sorry for creating this issue
Then will the response be the same order as the requests? For example, I sent request 1,2,3 in order, though same connections(same socket, same quiche, same http3 connections), will the...
> Multiplexing of requests is performed using the QUIC stream abstraction, described in Section 2 of [QUIC-TRANSPORT]. Each request-response pair consumes a single QUIC stream. Streams are independent of each...