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

ReceiveAsync now throws EndOfStreamException #435

Merged
merged 6 commits into from
Oct 25, 2020
Merged

ReceiveAsync now throws EndOfStreamException #435

merged 6 commits into from
Oct 25, 2020

Conversation

paulpach
Copy link
Contributor

before ReceiveAsync returned both a boolean and a channel.
This was very awkard to use and implement, now ReceiveAsync throws EndOfStreamException
when the connection is disconnected

BREAKING CHANGE: External transports will need update

before ReceiveAsync returned both a boolean and a channel.
This was very awkard to use and implement,  now ReceiveAsync throws EndOfStreamException
when the connection is disconnected

BREAKING CHANGE: External transports will need update
@sonarcloud
Copy link

sonarcloud bot commented Oct 25, 2020

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

78.3% 78.3% Coverage
0.0% 0.0% Duplication

@paulpach paulpach merged commit faf2e54 into master Oct 25, 2020
@paulpach paulpach deleted the eof branch October 25, 2020 17:27
github-actions bot pushed a commit that referenced this pull request Oct 25, 2020
# [54.0.0](v53.0.1...v54.0.0) (2020-10-25)

* ReceiveAsync throws EndOfStreamException (#435) ([faf2e54](faf2e54)), closes [#435](#435)

### BREAKING CHANGES

* External transports will need an update
@github-actions
Copy link
Contributor

🎉 This PR is included in version 54.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant