Suppose I have a bundle that exposes a service that does some long work. The service is called when already running. What happens to the new invoke?
- the new invoke gets ignored?
- the new invoke gets put on hold?
- the invoker gets an exception?
The osgi documentation https://docs.osgi.org/specification/ does not seem to contain the answer. Nor the documentation of Apache Felix and Apache Karaf.