> ["rocket.remoting.test.comet.client.TestCometPayload/
> 1749207429","11c42f28197"],0,3]".
> Client received
> "rocket.remoting.test.comet.client.TestCometPayload@34b246, timestamp:
> 1220893901207"...
> 0. Client latency 3581 milliseconds, now: 125683, payload timestamp:
> 122102
> Client about to deserialize "[2,0,1,1,
> ["rocket.remoting.test.comet.client.TestCometPayload/
> 1749207429","11c42f28197"],0,3]".
> Client received
> "rocket.remoting.test.comet.client.TestCometPayload@f9d7ed, timestamp:
> 1220893901207"...
> 0. Client latency 3613 milliseconds, now: 125715, payload timestamp:
> 122102
> Client about to deserialize "[2,1,1,1,
> ["rocket.remoting.test.comet.client.TestCometPayload/
> 1749207429","11c42f28e7a"],0,3]".
> - Show quoted text - de la cita -- Hide quoted text -
>
> - Show quoted text -
Sent from my iPhone
On 10/09/2008, at 10:08 PM, Fernando <ffis...@gmail.com> wrote:
>
> Thanks!
>
> Now, I have only one issue left to resolve:
>
>>> B. When I try to connect more than one client to the servlet, each
>>> client recieve the same payload. In my case, I need to send
>>> different
>>> payload to each client depending of the user logged on the
>>> application
>>> (running on different browsers). Is it possible?
>
>
>> Yes, you will need to match connections with users and send the right
>> payload accordingly.
>
> How can I do that? Using the CometClient.start() method? Some
> parameter in the CometConnection?
>
This is a problem that can only be solved on the server , with
cometconnection being the class that needs your logic to do the
routing of payloads to the appropriate user using perhaps something
like getting the user name from their session etc