We have a consumer application running with a test provider. After sending the source directory request message, the test provider responds with a source directory refresh message and the connection gets terminated. The consumer channel log always contain the following text at the end.
<!-- Channel Closed (Channel IPC descriptor = 67) -->
Can we safely assume that this implies that the disconnection was initiated from provider side?