SmartGWT 5.0/Firefox 26
I've seen that when a client-side call to Messaging.subscribe()/unsubscribe() is occuring, server-side messages from ISCMessageDispatcher.send() appear to be dropped.
I've verified that adding a wait prior to the send() gets it working. It's as if the RealtimeMessaging client is blocked during Messaging.subscribe()/unsubscribe().
Is there a recommended solution to this behaviour?
I've seen that when a client-side call to Messaging.subscribe()/unsubscribe() is occuring, server-side messages from ISCMessageDispatcher.send() appear to be dropped.
I've verified that adding a wait prior to the send() gets it working. It's as if the RealtimeMessaging client is blocked during Messaging.subscribe()/unsubscribe().
Is there a recommended solution to this behaviour?
Comment