Fix #4866
This commit is contained in:
parent
1448b11d00
commit
70123805e1
2 changed files with 3 additions and 2 deletions
|
|
@ -200,6 +200,7 @@ export default Vue.extend({
|
|||
// 通信を取りこぼしてもいいように定期的にポーリングさせる
|
||||
if (this.game.isStarted && !this.game.isEnded) {
|
||||
this.pollingClock = setInterval(() => {
|
||||
if (this.game.isEnded) return;
|
||||
const crc32 = CRC32.str(this.logs.map(x => x.pos.toString()).join(''));
|
||||
this.connection.send('check', {
|
||||
crc32: crc32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue