Just checking...does this support all features? I.e. Service
channels, Websocket, etc?
Thanks,
-Dave
> --
> You received this message because you are subscribed to the Google Groups "cometd-users" group.
> To post to this group, send email to cometd...@googlegroups.com
> To unsubscribe from this group, send email to cometd-users...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/cometd-users
>
> Visit the CometD website at http://www.cometd.org
Hi David,
you can publish/subscribe to service channels with the CometD.publish() and CometD.subscribe() methods.
The WebSocket transport is enabled by default (if available). You can disable it with a call to CometD.disableWebSocketTransport().
Bernhard
Sounds good, I'll check it out.
Thanks,
-Dave