Opened 12 years ago
Closed 12 years ago
#11501 closed defect (duplicate)
dojox cometd simultaneous publish messages are lost
Reported by: | pgpatrudu | Owned by: | Greg Wilkins |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | DojoX Cometd | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When two are more publishers publish a message simultaneously on a topic, then only one message is received by the subscriber of the topic.
Simultaneous means that publish is driven from two browsers on two different systems. Subscriber could reside on any one of the two systems or on a third system.
Dojo Version 1.4.3; Browsers used are IE 7 & Mozilla 3.6.8.
Code is from samples of dojox website & internet; In the following code : "my-cometd3" is my application folder; "cometd" is url pattern and points to sun's servlet on glassfish : com.sun.grizzly.cometd.servlet.CometdServlet?
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
same as Ticket #11500; Mistakenly filed a second time.