We are using SmartClient 7.0rc4 power edition.
When using the Messaging module on the client side, is there a way to be notified that the request to subscribe to a channel has been processed on the server and that the client is now subscribed? I know there is the getSubscribedChannels() method which returns the list of subscribed channels, but I think this methods returns the channel as subscribed as soon as the Messaging.subscribe() is called even if the request has not been processed yet.
On the server side, what is the difference between ISCMessageDispatcher.send() and ISCMessageDispatcher.deliver()?
Thanks,
Ranko
When using the Messaging module on the client side, is there a way to be notified that the request to subscribe to a channel has been processed on the server and that the client is now subscribed? I know there is the getSubscribedChannels() method which returns the list of subscribed channels, but I think this methods returns the channel as subscribed as soon as the Messaging.subscribe() is called even if the request has not been processed yet.
On the server side, what is the difference between ISCMessageDispatcher.send() and ISCMessageDispatcher.deliver()?
Thanks,
Ranko
Comment