Skip to content

workaround SignalR HubConnection.Stop() bug #456

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

Merged
merged 1 commit into from
Oct 2, 2019

Conversation

vslee
Copy link
Collaborator

@vslee vslee commented Oct 2, 2019

- bug in SignalR where Stop() throws a NRE if it times out
	- SignalR/SignalR#3561
- also handle case where trying to dispose of a HubConnection where the Transport is null
@vslee vslee added the bug label Oct 2, 2019
@jjxtra jjxtra merged commit 31be2f6 into DigitalRuby:master Oct 2, 2019
vslee added a commit that referenced this pull request Oct 2, 2019
- bug in SignalR where Stop() throws a NRE if it times out
	- SignalR/SignalR#3561
- also handle case where trying to dispose of a HubConnection where the Transport is null

(cherry picked from commit 31be2f6)
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.

2 participants