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

Avoid posting an error on intentional end #172

Merged
merged 1 commit into from Sep 27, 2019

Conversation

orgads
Copy link
Contributor

@orgads orgads commented Mar 14, 2019

Commit 544e7e3 suppressed the exception,
but it is still reported as an error.

directLine.activity$
.filter(activity => activity.type === 'message')
.subscribe(
    message => {
      console.log("received message ", message)
      directLine.end();
    },
    err => console.error // error is logged here
);

Commit 544e7e3 suppressed the exception,
but it is still reported as an error.

directLine.activity$
.filter(activity => activity.type === 'message')
.subscribe(
    message => {
      console.log("received message ", message)
      directLine.end();
    },
    err => console.error // error is logged here
);
@msftclas
Copy link

msftclas commented Mar 14, 2019

CLA assistant check
All CLA requirements met.

@orgads
Copy link
Contributor Author

orgads commented Mar 20, 2019

Gentle ping

@orgads
Copy link
Contributor Author

orgads commented Jul 29, 2019

ping?

@orgads
Copy link
Contributor Author

orgads commented Sep 9, 2019

Hello?

@cwhitten
Copy link
Member

cwhitten commented Sep 9, 2019

hi @orgads. thank you for your patience. we'll look to include this change with our next release. someone will review along with a currently active work-stream. cc @compulim @ckkashyap

@compulim compulim self-assigned this Sep 14, 2019
Copy link
Collaborator

@compulim compulim left a comment

Choose a reason for hiding this comment

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

Looks good to me.

I will add changelog in another PR.

@compulim compulim merged commit 039de41 into microsoft:master Sep 27, 2019
@compulim
Copy link
Collaborator

@orgads orgads deleted the better-ending branch October 2, 2019 07:09
compulim added a commit to compulim/BotFramework-DirectLineJS that referenced this pull request Oct 18, 2019
@compulim compulim mentioned this pull request Oct 18, 2019
compulim added a commit that referenced this pull request Oct 25, 2019
* Reverting #171 and #172

* Add entry
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.

None yet

4 participants