leo

Results 54 comments of 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 ) ; }...

```txt GIT_CLONE_PROTECTION_ACTIVE=false eas build --platform android ``` the command saved my life