Jeremy CHEN

Results 15 comments of Jeremy CHEN

Thank you for interested in this project. CS model is very nature if the underlying IPC is based on socket. Binder which doesn't depends on socket also adopt CS model....

Windows下是可以编译的,需要定义宏__WIN32__。已经有一阵子没有编译window版本了,我验证一下再更新给你。

Windows下是可以编译的,可以参考https://github.com/jeremyczhen/fdbus里“Build with buildCentral”一节,用buildCentral来编译。

我把https://github.com/jeremyczhen/fdbus/blob/master/jni/test/MediaServer.java又跑了一遍,在client端反复subscribe/unsubscribe,都没有重现该现象。可能我的测试代码没有跑入特定case。能否发一段测试程序给我看一下?如果真是个问题一定可以解掉的。谢谢!

还没有在ndk下编译过。fdbus有android.bp,ndk下可以用android.bp编译吗?