Closed GoogleCodeExporter closed 9 years ago
No that isn't a normal behavior and is a normal case which is also working. For
example the DemoConversationApp starts a GWT-RPC call to a service which adds
an event. Therefore the event is added while the GWT-RPC call is still executed
(and another GWT-RPC call is currently used for the event listening). No
problems do occur.
Your attached log does also show that the event is correctly added and
transfering to the client side. Are there any differences with your scenario
compared with the DemoConversationApp or other common cases which I haven't
mentioned?
Original comment by sven.strohschein@googlemail.com
on 27 Sep 2011 at 9:34
Marked as invalid because there is no response since 2 - 3 weeks and probably
it is a mistake regarding the usage.
Original comment by sven.strohschein@googlemail.com
on 23 Oct 2011 at 12:14
Well, that issue seems to be quite old, but I discovered similar behavior:
After "registering" for a domain, I immediately trigger an event by calling an
RPC method. That event is not received by the registering client.
Since the event IS actually triggered and received by other, earlier registered
clients, I assume the problem can be reduced to the network latency. But if you
only test with one client, it looks like the event is lost/dropped.
Original comment by Maurice.Laboureur
on 11 Sep 2012 at 9:48
Hi Maurice,
There is an async callback parameter for all register methods for this case. To
ensure that the event can be received by the registering client, you could add
the event when the onSuccess-Method of the register callback is executed (->
when the registration is complete).
Original comment by sven.strohschein@googlemail.com
on 11 Sep 2012 at 5:36
Original issue reported on code.google.com by
Tim.Bega...@gmail.com
on 26 Sep 2011 at 12:00