views:

9

answers:

0

Hi,

When I subscribe to a channel in cometd, I could receive msgs from multiple clients. The process is asynchronous.

When two clients send msgs at the same time, only one of them is received. Javascript is single-threaded.

How to get all msgs?

Regards

P G Patrudu.