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

FIX: エンジンの再起動時にEngineInfoを更新する #1311

Merged
merged 2 commits into from
May 12, 2023

Conversation

sabonerune
Copy link
Contributor

内容

エンジン再起動時にポートが切り替わった場合接続するポートが切り替わらない問題を修正します。

関連 Issue

その他

#1310 の問題により追加エンジンの動作確認ができていません。

@sabonerune sabonerune requested a review from a team as a code owner May 8, 2023 22:37
@sabonerune sabonerune requested review from Hiroshiba and removed request for a team May 8, 2023 22:37
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ほぼLGTMです!!

EngineInfosの情報源がメインプロセスとレンダラープロセスで2重になっているのが問題だなと感じました。
ちょっとこれを課題にあげるIssueを作成してみたいと思います。
(たぶんメイン側でEngineInfoをsetするためのセッターを用意して、set時にレンダラー側にもsetすれば良さそう・・・?)

src/store/engine.ts Outdated Show resolved Hide resolved
src/store/engine.ts Outdated Show resolved Hide resolved
@sabonerune
Copy link
Contributor Author

関数名を修正しました。

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

改修ありがとうございます 🙇‍♂️
たぶん問題ないと思うのでマージします!

@Hiroshiba Hiroshiba merged commit e811ecb into VOICEVOX:main May 12, 2023
@sabonerune sabonerune deleted the fix/issue1308 branch May 12, 2023 07:49
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.

エンジンの再起動でポートが切り替わっても接続するポートが切り替わらない
2 participants