Skip to content

[#1114] Adapters can now be added without starting them#1117

Merged
tenthe merged 4 commits into
devfrom
SP-1114
Jan 19, 2023
Merged

[#1114] Adapters can now be added without starting them#1117
tenthe merged 4 commits into
devfrom
SP-1114

Conversation

@tenthe
Copy link
Copy Markdown
Contributor

@tenthe tenthe commented Jan 17, 2023

Purpose

Fix #1114. Adapters can now be added without having to be started.
This PR also includes a fix for the FileStreamAdapter. When the adapter is stopped, the running replays are now interrupted.

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

dataCy: string;

@Input()
isChecked = false;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What is the default behaviour? Adapters are started upon creation?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Ok, I see that startAdapterNow is true. Why is isChecked initially set to false?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The default value is false only for the AdapterOptionsPanel component. This component is also used for other configurations like Remove Duplicate. Since the default value for all other configurations is false, I decided to set the default value of this component to false as well.

@tenthe tenthe merged commit c1ac05a into dev Jan 19, 2023
@tenthe tenthe deleted the SP-1114 branch January 19, 2023 07:53
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.

Create an adapter without starting it

3 participants