-
on 3.1.3 (apache-maven-3.5.0 / java: 1.8.0_151)
I try to run: `mvn jetty:run -Djetty.http.port=9780` (inside cometd-demo)
and I get the following:
WARNING] FAILED org.eclipse.jetty.io.Select…
-
Like #635, I am having problems with protocol negotiation when the connection is restored. On initial connection, the assumption is that WebSockets is usable. The connection fails because ios5's WebSo…
-
Hello
We are using cometd in combination with ch.qos.logback as logger-implementation for org.slf4j.Logger.
Our problem lies in the class org.cometd.websocket.server.common.AbstractWebSocketTransp…
-
The Jetty HTTP Client (9.2.z) that is currently being used in the CometD 3.1.2 distribution is out-of-date. There seems to be a bug in the Jetty HTTP Client preventing a connection from being made wit…
-
Hi.
I'm trying to parse IBM WebSeal logs without success,
The log record is in this format:
_ip_address_client_ - _username_ dd/mm/yyyy:hh:mm:ss +0200 "_url request_" _status_code_ _bytes_
…
-
In our application, when concurrent connections count exceed 500 suddenly set of connected clients disconnected. Is there parameter to configure to increase the maximum connection count.
-
We have a goal to scan the top 1k of npm and maven for OSLS announcement. We need to actually do these scans and likely also a bit of curation on some of them to give people the flavor of the results.
-
Guys,
```
npm run start
> streaming-api@1.0.0 start /Users/shrik/work/POC/streaming-api
> node server.js
Listening on: 8000.
Authenticated
/Users/shrik/work/POC/streaming-api/node_module…
-
Following #604, the ack extension now has a size field that tells how many messages needs to be processed.
However, if an application has a `QueueListener` and modifies the number of messages to pr…
-
I have noticed that in when either spinning up a new comet/node (or restarting a node), the new comet joining the oort cluster doesn't seem to receive the full list of all userIds associated with oort…