-
In Bayeux protocol, the clientId may be null in publish request.
It is working fine now as Jetty and Dojo clients seem to always have clientId.
We need to handle the null clientId properly.
For instan…
-
In Bayeux protocol, the clientId may be null in publish request.
It is working fine now as Jetty and Dojo clients seem to always have clientId.
We need to handle the null clientId properly.
For instan…
-
In current implementation, one always has echo service for cometd.
One need to have an mechanism to specify the non-echo service for cometd.
#### Environment
Operating System: All
Platform: All
#### A…
-
I'm trying to integrate CometD (2.5.1 version) with existing application, but faced with the unstable issue: after a while js-client loses connection with comet server and cannot establish it again.
…
-
There are no JUnit tests in the cometd package.
#### Environment
Operating System: All
Platform: Macintosh
#### Affected Versions
[1.9.22]
-
There are no JUnit tests in the cometd package.
#### Environment
Operating System: All
Platform: Macintosh
#### Affected Versions
[1.9.22]
-
According to the documentation (Table 7, Section 9.3.2.1), the size of a message received by a server can be changed by putting in an entry for ws.maxMessageSize in web.xml.
Without that entry, if I …
-
We are using CometD as framework to push messages from server side to client side in app. In doc https://docs.cometd.org/current/reference/#_configuring_code_bayeuxserver_code, there is one property "…
-
One cannot connect to cometd anymore.
The reason is that isAuthenticatedAndValid(verb) is always false.
This is due to the fact that authenticatedUsers.contains(client) always return
false. One should…
-
We need a better handling of incorrect / inappropriate cometd message sequence.
For instance, if we send an array of messages as follows:
(1) connect (2) publish (3) publish (4) connect
The last conne…