-
`WebSocketPolicy` performs a number of validations that are wrong.
The `inputBufferSize` is not related to the max message size, and should not be compared with it.
In particular, it validates tha…
-
Is it possible to support getting the data and updates from the backend.
-
403 error faced for subscribing to topic in Salesforce with http proxy. Without proxy, it works fine.
INFO y --- [ HttpClient-19] o.cometd.client.BayeuxClient.x : Processing meta connect {clientId…
-
Relates to #729.
Analyzing thread dumps after fixing #737 reveals that a typical strong path to a GC root for retained Nashorn script objects looks [like this](https://user-images.githubusercontent…
-
@szedegi referring to your comment in #740, the reason `CometDDojoHitchTest.testDojoHitch()` fails is the following:
```javascript
var latch = new Latch(1);
var countDown = latch['countDown'];
p…
-
- readme says to use `require('cometd-nodejs-client').adapt()`, but the module doesn't have an adapt() function.
- I just used `require('cometd-nodejs-client')`, but then ran into an 'XMLHttpRequest …
-
# Description #
----------
We have a server/client application where the server side is a Java EE application deployed in Payara. With version 173 of Payara the client can no longer connect to the s…
-
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…
-
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…
-
Currently the handler for the nodejs server relies on 'data' and 'end' events to accumulate and process data. It would be handy if it could optionally take data from request.body when the body-parser …