Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 7a6586f

Browse files
committed
Merge pull request #314 from github/fixes/311-objectdisposedexception-on-cancelled
Don't call cancel.OnCompleted after disposal.
2 parents da9b762 + d7b2353 commit 7a6586f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.UI.Reactive/Controls/SimpleViewUserControl.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ protected void NotifyCancel()
5656
return;
5757

5858
cancel.OnNext(null);
59-
cancel.OnCompleted();
6059
}
6160

6261
protected void NotifyIsBusy(bool busy)

0 commit comments

Comments
 (0)