Complete ConnectionState on dispose

This commit is contained in:
Peter Butzhammer
2024-02-06 18:21:31 +01:00
parent e7176c26e7
commit d678924b6e

View File

@@ -153,6 +153,7 @@ namespace Sharp7.Rx
sharp7 = null;
}
connectionStateSubject?.OnCompleted();
connectionStateSubject?.Dispose();
}