-
@badiboy what do you think of stopping polling when a token no longer becomes valid?
-
### Is your feature request related to a problem?
_No response_
### Proposed solution
Analytics log: rewrite the logic using long polling
### Alternatives you've considered
_No response_
### Add…
-
Hello! We've been trying to integrate this library into our code base, we use Socket IO quite generously and balancing traffic based on the sid combined with not using the master node process as a pro…
-
The 3.0 ASGI implementation already affords long-polling, but it would be useful to provide a recipe to demonstrate the pattern in the context of a Falcon app.
Also, for the sake of efficiency, we …
-
It would be nice to run the polling via a web worker a further improvement its supported all modern browsers. would also open up the queuing processing to sub workers.
washu updated
7 years ago
-
There is cases when abort might be useful to use while using useQuery hook to stop chain of queryFn requests, polling or long running tasks.
## Proposal
Expose `abort` method from useQuery hook sa…
-
Hope you can help me out..
Got the right channel in the config:
SUPPORT_CHANNEL='testtestabcd2'
username of the channel is: @testtestabcd2
but still getting this error;
2024-11-28 17…
-
### Hypothesis
We believe that the connection timeout is larger then the Long polling timeout.
We had the issue before that we close the connection before and never received a job on that connecti…
-
Eclipse offers stratum protocol on port 3333 of all servers, m0mchil/poclbm#65 implies getwork/long-polling is deprecated and stratum should be used where available. Change port on eclipse from 8337 t…
-
as we can see the url concatenation at line https://github.com/crossbario/autobahn-js/blob/master/lib/transport/longpoll.js#L72
if any users wants to set any query params, it will break the long po…