Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

サーバー監視が動いてないのを修正 #45

Merged
merged 1 commit into from
Feb 5, 2020

Conversation

mei23
Copy link
Contributor

@mei23 mei23 commented Jan 25, 2020

v10以降 (v11も) 共にサーバー監視で常に0で集計し続けてるのを修正

そもそも #18 で undefined が流れてきてエラーになる時点でおかしかった

bodyは以下で指定済みなので不要

ai/src/stream.ts

Lines 118 to 121 in 56a5718

connections.filter(c => c != null).forEach(c => {
c.emit(body.type, body.body);
c.emit('*', { type: body.type, body: body.body });
});

@syuilo syuilo merged commit c6d0f64 into syuilo:master Feb 5, 2020
@syuilo
Copy link
Owner

syuilo commented Feb 5, 2020

ありがとうございます!

@mei23 mei23 deleted the mei-fix-stats-ai branch June 18, 2020 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants