-
We've noticed that in the http server examples a client disconnetion is not always detected.
The observable passed to rxnetty is subscribed, but the subscription is not cancelled until our observable…
-
currently our company want's to scale-out blazor a little bit, however the documentation is really lacking, especially what happens if redis/azure signalr services is used as a backend.
I mean curr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When calling `hubConnection.start()`, sometimes the client freezes at `Connecting` state, and…
-
Just curious, are you planning to support http2 in elli?
-
Currently you do not see the response data for an API call until it's completed
However, there are API calls that are meant to stay active to intercept server sent events, where the response data is …
-
https://github.com/spring-projects/spring-framework/issues/32249#issue-2130887143
The solution is here seems like haven't been fixed yet.
Hi, even though we have a heartbeat, some connections do…
-
Currently users can sent SSE with zio-http but not receive them. We should make this possible. For the Endpoint API as well as for the low level API. This means we need a way to decode an incoming str…
-
The idea here is to build a new transport based on HTTP streaming. The idea is for the client to establish **two** long-running HTTP requests. Termination of either request by either party tears down …
-
We have an application that has Vue 3 frontend, a BFF (.NET8) and a backend API (.NET8 WebApi). The API has a SignalR message hub and sends messages to the Vue client. We've used Project Tye to run th…
-
```
io.ktor.client.plugins.sse.SSEClientException: timeout
at io.ktor.client.plugins.sse.BuildersKt.mapToSSEException(builders.…