...
The invocation sequence details shows if an remote call (request or response) is part of the invocation sequence.
Current Issues
Identification Problem
At the moment the identification of a remote call is the cpu time of the thread. I tested several calls at the same time and the identification was the same.
Ideas
- Platform ID must be part of the identification (differentiate platform)
- Method ID must be part of the identification (differentiate methods)
If the same method is called on the same platform, we still have a problem with the time stamp.