-
migrated from Bugzilla [#484698](https://bugs.eclipse.org/bugs/show_bug.cgi?id=484698)
status NEW severity _normal_ in component _websocket_ for _9.3.x_
Reported in version _9.3.5_ on platform _PC_
As…
-
I am getting this in tomcat logs while tries to connect with web socket of application.
With tomcat 9 is it compulsory to have atmosphere 2.4 ?
With tomcat 9 Do i have to use cometd only or I can …
-
Clients only get messages from the server after they have send a message themselves. This happens with browser and Java clients.
Repro:
* unpack attached ZIP and build
* run ServerStarter
* run …
-
By default jetty appends the workername to the sessionId (separated by ".") and saves that in a cookie.
The session itself keeps its sessionId.
During a request, jetty strips the workername and look…
-
Unlike the Javascript client's _subscribe()_, or the Java and Javascript handshake(), cometd's java client does not support adding additional objects to the initial message sent on a subscription to a…
-
We have the same setup mentioned in this [thread](https://github.com/cometd/cometd/issues/767) (setupB).
We have added a CometListener for `cometJoined` and `cometLeft` events to ensure that the 2 …
-
Hi,
I have question, can i work with jdk 1.7 or jdk 1.8 while using Jetty 9.4.8 version?
Also, if i override "onRequestFailure" method for callback then in that case how can i get the Throwable …
-
Hi,
I am unsuccessfully trying to connect to my cometd server and getting: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I read the javascript cometd documentatio…
-
The cometd-demo.war does not run on wildfly10 (`standalone-full profile`). I get this:
`Failed to define class org.eclipse.jetty.servlets.gzip.GzipHandler in Module "deployment.cometd-demo-3.1.3.w…
-
How do I know when a re handshake is required ? And How do I re handshake ? Is it the way to do it :
1. client.disconnect() (after unsubscribe everything)
2. stop jetty http client
3. start je…
dpnkr updated
6 years ago