-
Server sent events (https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) are an alternative to WS using long pooling connections in order to handle events.
-
## **Description**
When I save userTransaction in Redis, it fails
```
front-server | 2023-10-15 08:13:51.919 TRACE [ http-nio-8000-exec-4 ] [ c.c.w.filters.filter.URLCheckF…
-
Hello there, I recently deployed Directus (latest version) to Azure App Service/Web App
Directus seems to load, but it doesn't stop loading at all, I'm on an IIS server using the following web.config…
-
I'm trying to connect to a .NET server running signalr, but for some reason handshake is failing due to `No Connection with that ID` error.
I can successfully connect to that particular signalr ser…
-
### Description
hello 你好,
apisix启用websocket之后,遇到报错,无法使用,upstream有多台server,Algorithm为Round Robin,从client 浏览器访问server,在连接websocket窗口,报错信息:
vendors-app.8cf4308c.js:8 [2022-08-18T08:23:01.794Z] Err…
-
Setting sep param does not have any effect. Since it is set through EventSourceResponse, but not passed to ServerSentevent on initialization
-
Hello,
I want to implement Server Sent Events and am using this library: https://github.com/r3labs/sse
The library expects the `http.ResponseWriter` to be able to cast to a `http.Flusher` for flus…
-
### What happened?
Running SSE normally (redis worker running, Echo on front end).
See a ton of these in my log: https://flareapp.io/share/87newjDP
### How to reproduce the bug
Run my app.…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I have a NextJS project that connects to my ASP.NET server through a SignalR hub. Howev…
-
Thanks for this library, it is working well for me.
For debugging purposes, I was printing out all the events I got in response to some request, and saw this:
```
```
It would be nic…