-
_This is continuation of the discussion from https://github.com/emmett-framework/granian/issues/286#issuecomment-2389694146_
Hello! I experience an issue when running Litestar with Granian that I d…
-
### Describe the problem
Currently we need to use `@tauriApps/plugin-websocket` for **unidirectional** streaming (from server to client). However, there is another web standard specifically for suc…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
I try to deploy aspire dashboard to container apps, but blazor fails to establis a connection…
-
I just saw this article https://germano.dev/sse-websockets/ I need to read it a bit more and really understand it, but overall the concept seems fairly straight forward. It made me think.... what if L…
-
According to [the EventSource spec](https://www.w3.org/TR/eventsource/#notes):
> Legacy proxy servers are known to, in certain cases, drop HTTP connections after a short timeout. To protect against s…
-
For server sent events data can be multi-line and in that case multiple `data:` lines should be sent as outlined here https://html.spec.whatwg.org/multipage/server-sent-events.html
The current impl…
-
As of https://github.com/dotnet/runtime/pull/102238 and https://github.com/dotnet/runtime/issues/98105, .NET exposes a set of types for working with server-sent events. We want to extend on these APIs…
-
I have installed UMS-11.3.0, Debian 11-Xfce and openjdk-11. Web feeds and streams work fine with pictures, podcasts and radio, but when I play video, if I run UMS from terminal, system returns:
INFO …
-
I just switched from `ServerSentEvents::new` to `ServerSentEvents::channel`, but now it panics on the client saying the patch can't be applied. Looking at browser network logs, the very first message …
-
I am currently doing
```rust
match event {
Event::Created(event) => Ok((sse::event("create"), sse::json(event))),
Event::Updated(event) => Ok((sse::event("update"), sse::json(event))),
…