Is it possible to send initial events/data when the client opens an EventStream request? For example, when a stream starts, I want the server to send some initial/current state, and then also any future updates to the channel (made with send_event) when they happen.