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

MultiStream & StreamTransformer improvements #2288

Merged
merged 4 commits into from
Mar 25, 2021

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Mar 24, 2021

From #2280 simplify and clarify StreamTransformer and MultiStream code

@mikee47 mikee47 mentioned this pull request Mar 24, 2021
if(stream == nullptr) {
stream = getNextStream();
if(stream == nullptr) {
if(!stream) {
Copy link
Contributor

Choose a reason for hiding this comment

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

@mikee47 Can you add tests for MultiStream and StreamTransformer?

@slaff slaff added this to the 4.3.0 milestone Mar 24, 2021
@mikee47 mikee47 force-pushed the update/stream-improvements branch from 1abefe3 to 3f210f2 Compare March 24, 2021 17:28
@slaff slaff merged commit cf8a982 into SmingHub:develop Mar 25, 2021
@mikee47 mikee47 deleted the update/stream-improvements branch March 25, 2021 09:59
@slaff slaff mentioned this pull request Mar 30, 2021
5 tasks
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