messense / leptos_sse

Leptos server signals synced through Server-Sent-Events (SSE)
Other
29 stars 9 forks source link

How can one deal with multiple streams? #9

Open gitmalong opened 7 months ago

gitmalong commented 7 months ago

Let's say my app has several background tasks. How can I create a sse endpoint handler that only returns data for a specific event?