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

feat: Add support for update within subscribeToTimeSeriesData #53

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

diehbria
Copy link
Contributor

@diehbria diehbria commented Feb 10, 2022

Overview

  • Add complete support for the update functionality within the subscribeToTimeSeriesData
  • Add complete support for unsubscribe functionality
  • Remove the asset-module mocks from being exposed as part of the library.

Legal

This project is available under the Apache 2.0 License.


return {
unsubscribe: () => {
unsubscribe();
assetModuleSession.close();
Copy link
Contributor

Choose a reason for hiding this comment

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

I think a session =/= a subscription. I think a session should be able to handle multiple subscriptions. subscribeTo... should return unsubscribe but it shouldn't close the sessions.

Copy link
Contributor

@boweihan boweihan left a comment

Choose a reason for hiding this comment

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

LGTM

@diehbria diehbria merged commit 21d597c into main Feb 10, 2022
@diehbria diehbria deleted the coord-update branch February 10, 2022 16:46
sheilaXu pushed a commit that referenced this pull request Sep 23, 2022
Co-authored-by: Mitchell Lee <mitchlee@amazon.com>
This was referenced Nov 2, 2022
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.

2 participants