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

Feature: Add PublishValue and Subscribe from kuksa.val.v2 #34

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

lukasmittag
Copy link
Contributor

This modifies as well the generation of the files from submodules. Needs to be checked if this works as well for the pypi package or if we need to change back.

.gitmodules Outdated Show resolved Hide resolved
path = submodules/kuksa-databroker
url = https://github.com/eclipse-kuksa/kuksa-databroker
url = https://github.com/boschglobal/kuksa-databroker.git
Copy link
Contributor

@erikbosch erikbosch Sep 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be a temporary solution until it is merged? And after that "hardcoded" to a specific comment just like today?

@@ -55,6 +56,7 @@ class VSSClient(BaseVSSClient):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.channel = None
self.channel2 = None
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we possibly call them channel_v1 and channel_v2. To make sure that that the number refers to a version and not just arbitrary channels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants