-
I'm seeing long polling events getting chunked and the js client only receiving all of the messages on the channel, but only every 25 seconds.
If, on the other hand, I run something like this in a …
-
Add long polling capability for HTTP store
-
Uses basic version of SSE (simple json, without events and replay support)
Use cases:
- Easy to debug `curl -X GET http:/localhost:6680/mopidy/rpc`
- Client could be ancient device or browser
- Less…
dz0ny updated
10 years ago
-
**Describe the bug**
When configuring Conductor to consume messages from SQS, if the Conductor queues are configured with long polling, then an empty queue will slow down consumption from all other q…
-
## Describe the bug
The Clockify trigger is not being fired when the polling rates (Poll Times) of the trigger node are shorter than the tracked time-entry in Clockify. This means that the polling ra…
-
## Is your feature request related to a problem? Please describe.
there is no current way to subscribe to changes of the NeoFS network settings. This would improve the system's reaction to reconfigs
…
-
Today I thought first I have a genious idea to see all messages from the controller (usually only visible in the app) by implementing the /messages API endpoint documented in the official API docs.
…
-
We are long polling the indexer status every 30 seconds. We could visually show the interval of loading with some linear progress animation.
-
I need to do a long polling, while handling an http request from a client of my API, to give an adequate response.
Until this data is provisioned by a CDC flow from Kafka to my database, the applic…
-
- https://codeburst.io/polling-vs-sse-vs-websocket-how-to-choose-the-right-one-1859e4e13bd9
- https://www.html5rocks.com/en/tutorials/eventsource/basics/
- https://stackoverflow.com/questions/464…