send

inline suspend fun <T : Any> ServerSSESessionWithSerialization.send(    data: T? = null,     event: String? = null,     id: String? = null,     retry: Long? = null,     comments: String? = null)
inline suspend fun <T : Any> ServerSSESessionWithSerialization.send(data: T)