wb2110

Results 6 comments of wb2110

it looks like you do not install the electron properly,try reinstall devtool may resolve the problem

解决了吗,我也遇到了相同的问题,非常不好复现,

解决了吗?遇到了相同的问题,停止服务调用stop函数没返回,程序关不掉,只能重启电脑

@vin-ni yes i did, finally i use socket.io-client send the audio chunks ,it has been running for nearly a year, and runs well

@vin-ni var miclib=require('mic'); var Gpio=require('onoff').Gpio; var rec=new Gpio(58,'in','both'); var led1=new Gpio(config.led1,'out'); var led2=new Gpio(config.led2,'out'); var sock=require('socket.io-client'); var start=false; var recording=false; var sockflag=false; var io=sock(host); var mic; var sstream; var istream;...