leo
leo
git clone 这个项目的时候,什么都没改动,直接跑,也是这个问题。
我用了Object.keys遍历了rooms,报错是不报错了,但是每次消息都发送了两条。 ``` Object.keys( socket.rooms ).forEach( ( room , index )=>{ console.log( 'should leave room , skip first one' ) ; if( index > 0 ){ socket.leave( room ) ; }...
@eisneim 好的,谢谢。
```txt GIT_CLONE_PROTECTION_ACTIVE=false eas build --platform android ``` the command saved my life
[Hub. buildError](https://github.com/babel/babel/blob/4e774b726475aff9a6a1d2111afec21158979566/packages/babel-traverse/src/hub.js#L19) It seems that the features have not been implemented node parameter is not used I solved with ```js const code = require( '@babel/generator' ).default( path.node , {} ).code...