[Feature Request]: Detect new event handler in event collector - replay last event to them automatically #3
Labels
considering
Looking at options to implement a feature. Feature with this tag could be scrapped
Summary
Similar to observables with StartsWith.
API Changes
Likely none - the event collector may not even be able to pull this off in some cases
Intended Use Case
Save injecting services in order to hook and set initial state.
ie. IConnectivity
conn.ConnectivityStatusChanged +=.... // this is covered by IEventHandler and event collector
conn.IsConnected // the initial state is not
The text was updated successfully, but these errors were encountered: