Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Detect new event handler in event collector - replay last event to them automatically #3

Open
aritchie opened this issue Jun 10, 2024 · 0 comments
Labels
considering Looking at options to implement a feature. Feature with this tag could be scrapped

Comments

@aritchie
Copy link
Member

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

@aritchie aritchie added the considering Looking at options to implement a feature. Feature with this tag could be scrapped label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
considering Looking at options to implement a feature. Feature with this tag could be scrapped
Projects
None yet
Development

No branches or pull requests

1 participant