Here is my problem:
I have a service with an associated adapter. When i try to shutdown the service without shutting or destroying the communicator by doing this : adapter.destroy(), nothing happened. So i need a way to shutdown a service without destroying is communicator.
Thanks

Reply With Quote