coco

Results 13 issues of coco

没有代码提示希望加上这一功能 There is no code hint wishing to add this feature

Hello author, I use your library to use ios to connect to the Bluetooth esp32 it automatically disconnected, what error did not report, but Android and Windows can be used...

有志同道合之人来加我QQ:3560000009分工写

![image](https://github.com/caoccao/Javet/assets/108533707/19162954-19b0-4bcf-ab21-234617b44d69) ![image](https://github.com/caoccao/Javet/assets/108533707/2a7170ea-8664-43bc-8ec8-19c33235eb17) js这样实现会出现什么也不输出的情况 类似卡住 也没有报错 没有任何输出 只能输出到开始 后面的感觉和没执行一样 ![image](https://github.com/caoccao/Javet/assets/108533707/a78b5dbd-46c6-40dd-a7b9-9f9968b9857d) ![image](https://github.com/caoccao/Javet/assets/108533707/70cd5369-4a38-426b-bb1c-8b6bbebb2916) java直接实现是正常的 ![image](https://github.com/caoccao/Javet/assets/108533707/8d7f0437-44ab-465e-a219-a4c1672c73ff) 这是这个接口的具体实现

目前nodejs的二进制文件完全是可以在android平台运行的也可以正常使用npm的库 之前j2v8并没有支持nodejs在android上面 如果支持了nodejs会有很棒的生态

enhancement

比如我想js调用java的多线程 var myProxy = new java.lang.Runnable() { run: function() { logd("子线程:","运行中") } }; let obj=thread.execAsync(myProxy)类似这样该怎么写 看到文档的代理但是我好想没有 setDynamicObjectFactory这个 也没有JavetDynamicObjectFactory这个类

I need to run this library on android. How should I do it? I run the official so of nodejs on my mobile phone so that it can run on...

The self-encapsulated module can only use the commonjs method and cannot write the es method, otherwise an error will occur. The reasons are as follows. I have enabled the modle...

How can I stop communicating with the device? I try to change the device status or unplug the device, which causes the app to crash and restart. I try to...

question
solution-proposed