We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. manager_addressオプションでマネージャのアドレスを指定してcreate_componentを実行した場合のフローチャートは以下のようになっている。
manager_address
指定のアドレスのスレーブマネージャが起動していない場合、意図していないアドレス、ポート番号でRTCが起動するが、これは想定通りの動作なのか?
Describe the solution you'd like 指定アドレス、ポート番号でRTCで起動するのが本来の動作だとすると、以下の順序で動作するのが正しい。
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
下のフローチャートのロジックに修正してください。 create_componentの引数のドキュメントを作成してください。 マスター上でコンポーネントを起動するオプション、manager_name=this を導入する。
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
manager_address
オプションでマネージャのアドレスを指定してcreate_componentを実行した場合のフローチャートは以下のようになっている。指定のアドレスのスレーブマネージャが起動していない場合、意図していないアドレス、ポート番号でRTCが起動するが、これは想定通りの動作なのか?
Describe the solution you'd like
指定アドレス、ポート番号でRTCで起動するのが本来の動作だとすると、以下の順序で動作するのが正しい。
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: