-
Users cannot connect after and unsubcribe/publish/disconnect messages scenario
when cometd is enabled. The fix has been made in Grizzly 1.8.7-SNAPSHOT, so we
gonna need another Grizzly integration (mo…
-
I am adding a listener to the Connect call. But the listener function is not firing after the connect call has been made.
-
Currentlty, all module have the following pattern in their package:
src/main/java/com/sun/grizzly/standalone//Main.java
Those Main.java classes (liked Comet.java, Cometd.java) should be moves from
m…
-
Hi,
1\. We are workig on a application using comet where we are creating a separate
channel each user as '/chat/'+username as they logged in so that we can send
the messages users separately instead …
-
While implementing a custom CometDServlet I copied the code from the original
CometDServlet to have a working base. When I call the Servlet after deploying it
on Glassfish V3 Prelude I get a ClassCast…
-
Random is synchronized.
CLQ is used to store auth users:
clq.remove(obj) scales extremely bad (, both with the numbers of users and with
the number of threads.
(it has the worst scalibility i ever ob…
-
# 问题描述
我在fedora24上安装了最新版xx-net,可以使用,但当我想部署自己的appid时,总是没用,我按照的是[how to create my appids](https://github.com/XX-net/XX-Net/wiki/how-to-create-my-appids)中的教程创建的appid,然后按照[部署服务端](https://github.com/XX-ne…
ljhui updated
7 years ago
-
The attached file lists package names that are split across multiple modules in
GFv3 workspace. This list may not be totally accurate, so use it as an indicator
only. Module owners are requested to en…
-
During the porting of Jetty Java Bayeux client this error was encountered. Jetty
client sends messages of content type text/json by default. Grizzly doesn't like
this but still it responds with a 200 …
-
Doing:
java -jar
grizzly/trunk/modules/bundles/grizzlet/target/grizzly-grizzlet-webserver-1.8-SNAPSHOT.jar
8080 target com.sun.grizzly.grizzlet.ChatGrizzlet
Produce:
Exception in thread "main" java…