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

cbSdkSetChannelConfig and others should be disabled when File.exe is recording. #140

Open
cboulay opened this issue Aug 16, 2023 · 0 comments

Comments

@cboulay
Copy link
Collaborator

cboulay commented Aug 16, 2023

Clients should not be able to change the stream contents when it is known that Central's File.exe is recording.

IMO the NSP or hub should not know or care what another client is doing, so this feature should not be relied on and I think it should be impossible.

The better solution is for every application that is sensitive to changes in the contents of a datastream (e.g., visualization, processing with tight buffer sizes) to register a callback for config change packets, and to appropriately modify their operation (reset buffers or stop recording) when a config change is acknowledged.

However, even this isn't a perfect solution at the moment because it's currently possible in the Gemini system for packets to be out of order (config change acknowledged then old-config data packets come through for a few msec).

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

No branches or pull requests

1 participant