-
## Failing Test(s)
- Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.CanSendAndReceiveUserMessagesUserNameWithPatternIsTreatedAsLiteral(transportType: LongPolling, prot…
-
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…
-
The [documentation](https://github.com/bigskysoftware/htmx-extensions/tree/main/src/sse) for the SSE extension indicates that it should be selected with...
`hx-ext="sse"`
However using `hxExtens…
-
Potential memory leak in spring boot application due to reactor netty.
**Env details:**
org.springframework.boot
spring-boot-starter-parent
2.6.6
JDK: 11
Log level upda…
-
i have a problem with method receive message from server
i don't know why i alway received the msg like that: "{
A = (
);
H = ChatHub;
M = onUserDisconnected;
}"
help me!!!
-
Based on this [example](https://github.com/ReactiveX/RxNetty/blob/0.5.x/rxnetty-examples/src/main/java/io/reactivex/netty/examples/http/sse/HelloSseServer.java) I was unable to get RxNetty to produce …
-
## Bug Report
### Capacitor Version
```
Capacitor Doctor
Latest Dependencies:
@capacitor/cli: 4.3.0
@capacitor/core: 4.3.0
@capacitor/android: 4.3.0
@capacitor/ios: 4.3.0
I…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
**From MSFT Documentation**
> A Blazor app prerenders in response to the first clien…
-
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 should write a doc that has example reverse proxy configurations and common pitfalls that can occur.
One example is that SSE with nginx likely wont work by default because the request is buffere…