-
Notifications
You must be signed in to change notification settings - Fork 0
Issues with pyrtma bench #1
Comments
The examples may also need to be updated (e.g. I changed types -> internal_types). |
The examples seem to work now. @tjmadonna can this issue be closed? |
I updated pyrtma_bench in 9b1b9fc. It mostly works again, but still fails if configured to run with publishers but no subscribers. I'm not sure why subscribers are required to avoid this error:
|
The above error does not occur when using the c++ message manager. Running with 1 publisher and 0 subscribers works with the c++ manager, but using > 1 publisher and 0 subscribers or 0 publishers and subscribers causes the test to hang in the main while loop. It sends the Exit signal after the timeout period, but this does not do anything since there are no subscribers to receive it. |
I renamed this issue since the remaining bugs I described on September 29 are unrelated to class names. |
Recap from debugging this week and meeting with both Tylers today: Adding a pause BEFORE sending the publisher done signal can resolve the issue, but a pause AFTER the signal and before disconnecting does NOT resolve the issue. |
pyrtma_bench.py needs to be updated to use the latest pyrtma class names (ex: rtmaClient -> Client). There may be more.
The text was updated successfully, but these errors were encountered: