マネージャ起動時のポート接続、アクティベート失敗時に異常終了しないようにする#274
Merged
Merged
Conversation
|
最新masterへマージしたところコンフリクトしました。 $ git merge feature/corbartcutilexception |
Author
|
コンフリクトを修正しました。 |
n-kawauchi
previously approved these changes
Apr 30, 2026
n-kawauchi
left a comment
There was a problem hiding this comment.
テスト用のC++版RTCActivationTestCompを使い、異常終了しないことを確認できた。
- ポート接続エラーにならないことを確認
$ ./RTCActivationTestComp
$ python3 ConsoleOut.py -o "manager.components.preconnect:rtcname://localhost:2809/*/RTCActivationTest0.out?port=ConsoleOut0.in"
------------------------------
Listener: ON_CONNECT
Profile::name: rtcname://localhost:2809/*/RTCActivationTest0.out?port=ConsoleOut0.in
- アクティブ化エラーにならないことを確認
$ ./RTCActivationTestComp -o "exec_cxt.activation_timeout:10000"
$ python3 ConsoleOut.py -o "rtcname://localhost:2809/*/RTCActivationTest0"
- RTSE上へ両RTCをD&Dし、ポート間は手動で接続した
- ただし接続が完了するまえの間にRTSEが接続に失敗しましたのダイアログが出るが、しばらく待つとポート間は接続できている
- All Activateすると、ConsoleOutはアクティブ化するが、RTCActivationTestはしばらく待たないとアクティブ状態にならなかった
- それでも両RTCともアクティブ化されるので、この後はAll Deactivate, All Exitで終了できた
n-ando
previously approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Identify the Bug
Description of the Change
以下と同じ。
Verification