-
Hello There,
We've been trying to implement your library to our project for several days.
Unfortunately that does not work even that we do everything as you show us.
Could you please help us?…
-
My ASP.NET SignalR (.Net 7 WebApplication with Serilog) logs keep filling up with:
```
[INF] Request starting HTTP/1.1 POST http://127.0.0.1:5000/hubs/agentshub?id=su3OANTvP1YtU2i90eK1rA - 11
[…
-
Hello,
I have been trying to integrate SignalR in my SwiftUI project, Websocket is establishing connection with negotiation response connection and immediately disconnecting within 20seconds.
**…
-
Hello,
I am using Akka HTTP `v10.2.7` and trying to consume Server-Sent Events with an Akka HTTP client that are emitted by an Akka HTTP server similar to [this official example](https://doc.akka.…
-
I am trying to implement Server-Sent Events in my Flask application by following this simple recipe: http://flask.pocoo.org/snippets/116/
For serving the app, I use gunicorn with a custom `BaseApplic…
-
Are there any plans to add **ServerSentEvents** to JSF Spec?
For example,
``
or
``
Currently, I must use "f:websocket", if I want to send messages from server to client even if I d…
-
**Describe the bug**
Not able to connect to web socket stream inside a k8s container behind nginx-ingress. Getting this error. This may not be a bug but wasnt sure where else I could ask this que…
-
A fully qualified type in Java code like:
```java
return akka.http.scaladsl.model.sse.ServerSentEvent.heartbeat();
```
...will not be inferred as a consumed type/symbol.
-
**Describe the bug**
I have a Spring Boot MVC application where exceptions are handled within a general `@ControllerAdvice`. Some of them do not include a response body, like for instance:
```
…
-
Once again, I think this project is brilliant!!!!
I was running into issues with my app where I had to update it's referenced packages which necessitated moving to your latest code. My android app…