You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Huh, yea it's not handling that. It should be using Errors::check_rc() like I do just below where it's handling the return code from take_next_sample. I looked through the history and it looks like I wrote it like that and just forgot to do anything with rc:
Okay so that's being checked now, but if the test subscriber is timing out sometimes in the github actions, then there's another issue that's causing it to time out. The publisher only hangs around for 1 second after writing the sample and doesn't use wait_for_acknowledgements(), maybe it needs to?
@mitza-oci this is the issue I mentioned a few weeks ago when I got this before 0.1 release. It happened again: https://github.com/oci-labs/pyopendds/runs/455791295. I will try to see if it's my fault or not (It probably is).
The text was updated successfully, but these errors were encountered: