-
**CometD version(s)** 3.1.3
**Java version & vendor** `(use: java -version)` Java 1.8
**Question** There are scenarios when META_HANDSHAKE or META_CONNECT or META_SUBSCRIBE fails, due to Timeout…
-
JavaScript promises may make the CometD API a bit cleaner, see http://www.html5rocks.com/en/tutorials/es6/promises/.
-
Objective here is to provide a cometD channel that can be used by application splash/home pages (like COPD, CoEditor) whereby the homepage can show:
- List of Named Sessions that are active on the ser…
-
I'm trying to stream the events topic for event monitoring but it's not returning any data.
```ruby
require 'restforce'
require 'faye'
client = Restforce.new
client.authenticate!
EM.run do…
-
```
Optimize push
- Long Polling ?
- Cometd / Bayeux ?
- WebSocket ?
```
Original issue reported on code.google.com by `tro...@trouch.com` on 23 Nov 2012 at 3:52
-
```
Optimize push
- Long Polling ?
- Cometd / Bayeux ?
- WebSocket ?
```
Original issue reported on code.google.com by `tro...@trouch.com` on 23 Nov 2012 at 3:52
-
```
Optimize push
- Long Polling ?
- Cometd / Bayeux ?
- WebSocket ?
```
Original issue reported on code.google.com by `tro...@trouch.com` on 23 Nov 2012 at 3:52
-
I am trying to get the replayid from the cosmos database before creating a Bayeux client object. I am not able to handshake when after bayeuxclient.Handshake(). The same code is working fine when I am…
-
Hi,
I'm not too much familiar with Python or cometD but I was trying my way out and when trying to implement the AuthExtension, for the outgoing function I'm getting this type error
> TypeError…
-
There is no need in CometD 6 and JDK 11 to allocate an `AtomicReference` for atomic state machines, because they can be done using `VarHandle`.
See `AsyncFoldLeft` implementation.