Ability to remove channel from service using removeService method.
------------------------------------------------------------------
Key: COMETD-369
URL:
http://bugs.cometd.org/browse/COMETD-369
Project: CometD
Issue Type: New Feature
Components: java-server
Reporter: jasonwkolb
I'm attaching a service to a channel using
this.addService(channelName, "messageReceived");
What I want to do is something like:
this.removeService( channelName )
Which would hopefully only remove the service from the specified channel but leaves the service and all other subscriptions intact.Calling getLocalSession().disconnect() will completely disconnect the service from all channels. This is not the desired behavior, so a removeService method is requested.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://bugs.cometd.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira