Fix bug
This commit is contained in:
parent
1c1976f575
commit
37e5a9d06a
5 changed files with 9 additions and 5 deletions
|
|
@ -13,6 +13,7 @@ export default class Connection extends Stream {
|
|||
// 最終利用日時を更新するため定期的にaliveメッセージを送信
|
||||
setInterval(() => {
|
||||
this.send({ type: 'alive' });
|
||||
me.last_used_at = new Date();
|
||||
}, 1000 * 60);
|
||||
|
||||
// 自分の情報が更新されたとき
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue