-
# eventsource v3
## TL;DR
I want to modernize this module, making it both easier to maintain and more cross-platform friendly.
You can help test the next version of this module by installing …
-
If something fails in a Pushstream or Eventsource e.g. a Queue is full, it is often hard to find the offending stream due to the async nature, because the only thing you might find in you logs is:
…
-
**Is your feature request related to a problem? Please describe.**
Support emoji events on gitlab event source
**Describe the solution you'd like**
Receive webhook when is added or removed em…
-
### Description
https://developer.mozilla.org/en-US/docs/Web/API/EventSource
https://caniuse.com/?search=EventSource
### Proposed solution
Add a `@Sse()`?
https://docs.nestjs.com/techniques…
-
`bin/rails s` works
But with thruster `bin/thrust bin/rails s`, **transfer-encoding** is missing. This cause a problem, messages returned as a whole text.
Rails 8.0.0.beta1
ruby 3.3.1 (2…
-
### What is the problem this feature would solve?
Using replicate.com API with streaming features depends on SSE. Implementing `EventSource` will enable this. I imagine this is not the only place whe…
-
I have a project in react native CLI.
```
"react": "^18.2.0",
"react-native": "^0.73.9",
"react-native-sse": "^1.2.1"
```
Usage:
```
const createVitalsEventSource = async …
-
I would like to see the `EventSource` support because we use it extensively in our app.
### Current behavior:
`cy.route` doesn't identify `EventSource` requests and there is no way to watch them r…
-
Knative Eventing offers only a small number of **event sources**, such as `ApiServerSource` or `PingSource`. Besides that it provides a `ContainerSource` to allow users to run their own integrations, …
-
Hi there! I just upgraded my Laravel Octane app to use FrankenPHP 1.3.1. Since the update I've been tinkering with Mercure, this is my first time trying it but it's looking pretty great so far 🙌
I…