-
When i host the application in the server it checks for the server side events and falls back to long polling always. The server hosting environment is Windows Server 2012 R1 and IIS 7.5
Is there any…
-
Hello,
I've ran into a security related roadblock with basic EventSource solution (couldn't add security headers) and I've decided to try ngx-sse-client, however I fail to receive any events when c…
-
Is this actually even working? Cannot get this to work at all. It it using longPolling based on what I'm seeing with browser dev tools. Not seeing any websocket activity. Put logging to trace, not see…
-
I have this code in a library
```csharp
var clientHandler = new HttpClientHandler
{
ClientCertificateOptions = ClientCertificateOption.Manual,
ServerCe…
-
I'm using MVC5 and SignalR 2.1.0 & Chrome 36
The following is my javascript code in webpage:
$.connection.hub.logging = true;
$.connection.hub.error(function (error) {
co…
Mds92 updated
3 years ago
-
I need to add a new TransportManager and I am looking for some ideas for naming.
This transport manager will receive an HTTP request which includes the message and the WebSocket connection id.
K…
-
How to share KafkaReceiver between webclients ?
I am getting `Multiple subscribers are not supported for KafkaFlux` error
Is it possible to keep `KafkaReceiver` alive when when all WebClients discon…
-
Setup: internet source is a 3G dongle via a router.
After connection is established this is what happens if unplug 3G dongle:
If transport protocol is **WebSockets**: **Connection Slow, Reconnecting…
-
We should look into removing the ServerSentEvents transport. Now that WebSockets is more common place, and LongPolling with HTTP/2 is also more common (and fast), SSE isn't needed. Plus SSE doesn't su…
-
### Describe the bug
Microsoft.AspNetCore.SignalR.Client stops working after a few moments without connection in WPF Full Framework.
### To Reproduce
We have a WPF Full Framework 4.7.2 applic…