mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-16 03:42:51 +00:00
This commit is contained in:
@@ -40,6 +40,7 @@ internal class Sharp7Connector : IDisposable
|
||||
}
|
||||
|
||||
public IObservable<ConnectionState> ConnectionState => connectionStateSubject.DistinctUntilChanged().AsObservable();
|
||||
public ConnectionState CurrentConnectionState => connectionStateSubject.Value;
|
||||
|
||||
public ILogger Logger { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user