mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-16 11:42:52 +00:00
Remove unused cycleTime
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Sharp7.Rx.Extensions
|
||||
var subscriptions = new CompositeDisposable();
|
||||
|
||||
var notification = plc
|
||||
.CreateNotification<bool>(triggerAddress, TransmissionMode.OnChange, TimeSpan.Zero)
|
||||
.CreateNotification<bool>(triggerAddress, TransmissionMode.OnChange)
|
||||
.Publish()
|
||||
.RefCount();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user