timeout
This commit is contained in:
@@ -12,8 +12,7 @@ const addState = connect(
|
||||
const { game, instance, ws, account } = state;
|
||||
|
||||
if (!game) {
|
||||
console.log('clear gs interval');
|
||||
// ws.clearGameStateInterval();
|
||||
ws.clearGameStateTimeout();
|
||||
}
|
||||
|
||||
return { game, instance, account };
|
||||
|
||||
Reference in New Issue
Block a user