Function harmony_rust_sdk::client::api::chat::stream_events[][src]

pub async fn stream_events(
    client: &Client
) -> ClientResult<Socket<StreamEventsRequest, Event>>

Stream events from the server.

This endpoint requires authentication.