-
I have setup signalR (2.2.0, obtained through NuGet) to report feedback during a controller action in an ASP.NET MVC 4.5 project. Everything works great, but sometimes signalR gives me an error messag…
-
I use two applications. One is a single page application and one is kind of a backend. Both are written in scala and use http to communicate. They also use SSE to send events to the single page applic…
-
In the example below the `close` event is never fired, even if the browser page is closed, neither immediately nor if waited for some time.
```TypeScript
import { Application, Router } from "https…
-
After reading the documentation, I see that the User is exposed as well as the SendEventAsync. However, sending to a single client does seem to be a little more problematic for me.
Things I've trie…
-
I would be able to expect to be able to utilise [SSE](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) with the native HTTP, and I can start a request, by setting the appropriate h…
-
### Expected behavior
After having run for a long time a desktop application, running SignalR over Owin, and leaving at least one client connected, after an indeterminate time (can be about 10 hou…
-
I'm strugling with writing tests for rest endpoints that return Flux. I'd like to use mockMvc for this. Is this even possible?
Note that, allthough I have some rest endpoints returning Flux and/or…
-
These functions (`ServerSentEvent::into_a` and `ServerSentEvent::into_b`) seem very opaque and their documentation is not very helpful as to what they are used for. The example code for the `sse` modu…
-
I found some strange records in IIS Log, some "signalr connect" requests have time-taken too long: more than 30k seconds
2020-08-16 01:23:05 xxxx.xxx.xxx.xxx GET /signalr/connect transport=serverSe…
-