You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add HasEventId class to ensure events can be identified
We kept the EventSource/EventSink very abstract to make implementations
not realy on the internas of the actual data type used. However, an
event source / sink will need at least identify individual events to
tell them apart, e.g. to deduplicate them in memory.
-- FIXME(Elaine): these stateChangeID fields were added in an attempt to make every StateChanged keep track of its ID
107
108
-- it's not clear how to handle the state for this. but for now the field is kept so that the type of putEvent' can be kept simple, and shouldn't do harm
0 commit comments