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

bug: isConnected may be true, but the subscription is not subscribed #326

Closed
2 tasks done
leon1995 opened this issue Feb 1, 2024 · 0 comments · Fixed by #327
Closed
2 tasks done

bug: isConnected may be true, but the subscription is not subscribed #326

leon1995 opened this issue Feb 1, 2024 · 0 comments · Fixed by #327
Labels
bug Something isn't working v1 Version 1 is affected

Comments

@leon1995
Copy link
Member

leon1995 commented Feb 1, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

allSubscriptionsOkay = properties.ObservableProperty(True) # a boolean

is default to True, but if subscribe process was not successful, allSubscriptionsOkay is updated in the next run-cycle. this can lead to wrong behavior.

Expected Behavior

allSubscriptionsOkay always has the correct value

Minimal Reproducible Example

No response

Solution proposal

No response

Python Version

3.10

Operating system

win64

Sdc11073 Version

v1

Link to sdc11073 Logs

No response

Further Information

No response

Participation

  • I am willing to submit a pull request to fix this bug.
@leon1995 leon1995 added bug Something isn't working v1 Version 1 is affected labels Feb 1, 2024
@leon1995 leon1995 linked a pull request Feb 1, 2024 that will close this issue
5 tasks
@leon1995 leon1995 closed this as completed Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v1 Version 1 is affected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant