Hi,
i got the project in the trunk, but the pubsub sample doesn't work:

http://localhost:8080/gadgets/files/container/sample-pubsub.html

I saw that the "rpc call" has different args in the function definition:

features/rpc/rpc.js:

call: function(targetId, serviceName, callback, var_args) {

features/pubsub/pubsub.js:

gadgets.rpc.call('..', 'pubsub', null, 'publish', channel, message);


What can I do to it work in this version and in the future versions?

Reply via email to